#F0BCC8

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

Shades of Chantilly #F0BCC8

Tints of Chantilly #F0BCC8

Color information

#F0BCC8 (or 0xF0BCC8) is unknown color: approx Chantilly. HEX triplet: F0, BC and C8. RGB value is (240,188,200). Sum of RGB (Red+Green+Blue) = 240+188+200=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCC8 is #0F4337. Grayscale: #CCCCCC. Windows color (decimal): -1000248 or 13155568. OLE color: 13155568.

HSL color Cylindrical-coordinate representation of color #F0BCC8: hue angle of 346.15º degrees, saturation: 0.63, 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 #F0BCC8 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240188200-
CMYK00.220.170.06
HSL346.15º63.41%83.92%-
HSV(B)346.15º21.67%94.12%-
XYZ64.3458.6662.58-
YUV204.92125.23153.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 188 (73.83% from 255) = 29.94%
BLUE value IS 200 (78.52% from 255) = 31.85%
R=38.22%
G=29.94%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018820000.220.170.06346.1563.4183.92
HexF0BCC801611615a3f54
Octal36027431002621653277124
Binary111100001011110011001000010110100011101010110101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCC8; }

 p { color: rgb(240,188,200); }

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

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

 a { background-color: rgb(240,188,200); }

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

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

 span { border-color: rgb(240,188,200); }

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