#F2BBCC

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

Shades of Chantilly #F2BBCC

Tints of Chantilly #F2BBCC

Color information

#F2BBCC (or 0xF2BBCC) is unknown color: approx Chantilly. HEX triplet: F2, BB and CC. RGB value is (242,187,204). Sum of RGB (Red+Green+Blue) = 242+187+204=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBCC is #0D4433. Grayscale: #CDCDCD. Windows color (decimal): -869428 or 13417458. OLE color: 13417458.

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

Color convert

RGB242187204-
CMYK00.230.160.05
HSL341.45º67.9%84.12%-
HSV(B)341.45º22.73%94.9%-
XYZ65.2958.7865.03-
YUV205.38127.22154.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 204 (80.08% from 255) = 32.23%
R=38.23%
G=29.54%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218720400.230.160.05341.4567.984.12
HexF2BBCC0171051554454
Octal362273314027205525104124
Binary1111001010111011110011000101111000010110101010110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBCC; }

 p { color: rgb(242,187,204); }

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

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

 a { background-color: rgb(242,187,204); }

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

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

 span { border-color: rgb(242,187,204); }

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