#F2C0CD

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

Shades of Chantilly #F2C0CD

Tints of Chantilly #F2C0CD

Color information

#F2C0CD (or 0xF2C0CD) is unknown color: approx Chantilly. HEX triplet: F2, C0 and CD. RGB value is (242,192,205). Sum of RGB (Red+Green+Blue) = 242+192+205=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C0CD is #0D3F32. Grayscale: #D0D0D0. Windows color (decimal): -868147 or 13484274. OLE color: 13484274.

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

Color convert

RGB242192205-
CMYK00.210.150.05
HSL344.4º65.79%85.1%-
HSV(B)344.4º20.66%94.9%-
XYZ66.4960.9866.02-
YUV208.43126.06151.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.87%
GREEN value IS 192 (75.39% from 255) = 30.05%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=37.87%
G=30.05%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219220500.210.150.05344.465.7985.1
HexF2C0CD015F51584255
Octal362300315025175530102125
Binary111100101100000011001101010101111110110101100010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C0CD; }

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

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

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

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

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

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

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

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