#F0C1CE

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

Shades of Chantilly #F0C1CE

Tints of Chantilly #F0C1CE

Color information

#F0C1CE (or 0xF0C1CE) is unknown color: approx Chantilly. HEX triplet: F0, C1 and CE. RGB value is (240,193,206). Sum of RGB (Red+Green+Blue) = 240+193+206=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 193 (75.78% from 255 or 30.20% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1CE is #0F3E31. Grayscale: #D0D0D0. Windows color (decimal): -998962 or 13550064. OLE color: 13550064.

HSL color Cylindrical-coordinate representation of color #F0C1CE: hue angle of 343.4º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C1CE is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240193206-
CMYK00.200.140.06
HSL343.4º61.04%84.9%-
HSV(B)343.4º19.58%94.12%-
XYZ66.1561.1266.7-
YUV208.54126.57150.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 193 (75.78% from 255) = 30.20%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=37.56%
G=30.20%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019320600.200.140.06343.461.0484.9
HexF0C1CE014E61573d55
Octal36030131602416652775125
Binary11110000110000011100111001010011101101010101111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1CE; }

 p { color: rgb(240,193,206); }

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

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

 a { background-color: rgb(240,193,206); }

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

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

 span { border-color: rgb(240,193,206); }

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