#F2BCC8

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

Shades of Chantilly #F2BCC8

Tints of Chantilly #F2BCC8

Color information

#F2BCC8 (or 0xF2BCC8) is unknown color: approx Chantilly. HEX triplet: F2, BC and C8. RGB value is (242,188,200). Sum of RGB (Red+Green+Blue) = 242+188+200=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCC8 is #0D4337. Grayscale: #CDCDCD. Windows color (decimal): -869176 or 13155570. OLE color: 13155570.

HSL color Cylindrical-coordinate representation of color #F2BCC8: hue angle of 346.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCC8 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB242188200-
CMYK00.220.170.05
HSL346.67º67.5%84.31%-
HSV(B)346.67º22.31%94.9%-
XYZ65.0359.0162.61-
YUV205.51124.89154.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 188 (73.83% from 255) = 29.84%
BLUE value IS 200 (78.52% from 255) = 31.75%
R=38.41%
G=29.84%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218820000.220.170.05346.6767.584.31
HexF2BCC801611515b4454
Octal362274310026215533104124
Binary1111001010111100110010000101101000110110101101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCC8; }

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

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

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

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

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

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

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

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