#F0BACC

Color #F0BACC Chantilly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chantilly #F0BACC

Tints of Chantilly #F0BACC

Color information

#F0BACC (or 0xF0BACC) is unknown color: approx Chantilly. HEX triplet: F0, BA and CC. RGB value is (240,186,204). Sum of RGB (Red+Green+Blue) = 240+186+204=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BACC is #0F4533. Grayscale: #CCCCCC. Windows color (decimal): -1000756 or 13417200. OLE color: 13417200.

HSL color Cylindrical-coordinate representation of color #F0BACC: hue angle of 340º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BACC is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240186204-
CMYK00.220.150.06
HSL340º64.29%83.53%-
HSV(B)340º22.5%94.12%-
XYZ64.395864.93-
YUV204.2127.89153.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=38.10%
G=29.52%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018620400.220.150.0634064.2983.53
HexF0BACC016F61544054
Octal360272314026176524100124
Binary111100001011101011001100010110111111010101010010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BACC; }

 p { color: rgb(240,186,204); }

 H1.HeaderClassName
 {
   color: #F0BACC;
 }
 .AnyTagClassName
 {
   color: #F0BACC;
 }
</style>
background-color css

<style>
 a { background-color: #F0BACC; }

 a { background-color: rgb(240,186,204); }

 div.DivClassName
 {
   background-color: #F0BACC;
 }
 .BgClassName
 {
   background-color: #F0BACC;
 }
</style>
border-color css

<style>
 span { border-color: #F0BACC; }

 span { border-color: rgb(240,186,204); }

 td.TdClassName
 {
   border-color: #F0BACC;
 }
 .TagClassName
 {
   border-color: #F0BACC;
 }
</style>