#F2C0CA

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

Shades of Chantilly #F2C0CA

Tints of Chantilly #F2C0CA

Color information

#F2C0CA (or 0xF2C0CA) is unknown color: approx Chantilly. HEX triplet: F2, C0 and CA. RGB value is (242,192,202). Sum of RGB (Red+Green+Blue) = 242+192+202=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0CA is #0D3F35. Grayscale: #D0D0D0. Windows color (decimal): -868150 or 13287666. OLE color: 13287666.

HSL color Cylindrical-coordinate representation of color #F2C0CA: hue angle of 348º 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 #F2C0CA is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242192202-
CMYK00.210.170.05
HSL348º65.79%85.1%-
HSV(B)348º20.66%94.9%-
XYZ66.1360.8464.14-
YUV208.09124.56152.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=38.05%
G=30.19%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219220200.210.170.0534865.7985.1
HexF2C0CA01511515c4255
Octal362300312025215534102125
Binary1111001011000000110010100101011000110110101110010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C0CA; }

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

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

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

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

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

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

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

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