#F2C0CB

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

Shades of Chantilly #F2C0CB

Tints of Chantilly #F2C0CB

Color information

#F2C0CB (or 0xF2C0CB) is unknown color: approx Chantilly. HEX triplet: F2, C0 and CB. RGB value is (242,192,203). Sum of RGB (Red+Green+Blue) = 242+192+203=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 192 (75.39% from 255 or 30.14% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0CB is #0D3F34. Grayscale: #D0D0D0. Windows color (decimal): -868149 or 13353202. OLE color: 13353202.

HSL color Cylindrical-coordinate representation of color #F2C0CB: hue angle of 346.8º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2C0CB is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242192203-
CMYK00.210.160.05
HSL346.8º65.79%85.1%-
HSV(B)346.8º20.66%94.9%-
XYZ66.2560.8964.76-
YUV208.2125.06152.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.99%
GREEN value IS 192 (75.39% from 255) = 30.14%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=37.99%
G=30.14%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219220300.210.160.05346.865.7985.1
HexF2C0CB01510515b4255
Octal362300313025205533102125
Binary1111001011000000110010110101011000010110101101110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C0CB; }

 p { color: rgb(242,192,203); }

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

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

 a { background-color: rgb(242,192,203); }

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

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

 span { border-color: rgb(242,192,203); }

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