#F2BCCE

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

Shades of Chantilly #F2BCCE

Tints of Chantilly #F2BCCE

Color information

#F2BCCE (or 0xF2BCCE) is unknown color: approx Chantilly. HEX triplet: F2, BC and CE. RGB value is (242,188,206). Sum of RGB (Red+Green+Blue) = 242+188+206=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCCE is #0D4331. Grayscale: #CECECE. Windows color (decimal): -869170 or 13548786. OLE color: 13548786.

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

Color convert

RGB242188206-
CMYK00.220.150.05
HSL340º67.5%84.31%-
HSV(B)340º22.31%94.9%-
XYZ65.7459.366.37-
YUV206.2127.89153.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=38.05%
G=29.56%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218820600.220.150.0534067.584.31
HexF2BCCE016F51544454
Octal362274316026175524104124
Binary111100101011110011001110010110111110110101010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCCE; }

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

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

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

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

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

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

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

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