#F2BBCE

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

Shades of Chantilly #F2BBCE

Tints of Chantilly #F2BBCE

Color information

#F2BBCE (or 0xF2BBCE) is unknown color: approx Chantilly. HEX triplet: F2, BB and CE. RGB value is (242,187,206). Sum of RGB (Red+Green+Blue) = 242+187+206=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBCE is #0D4431. Grayscale: #CDCDCD. Windows color (decimal): -869426 or 13548530. OLE color: 13548530.

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

Color convert

RGB242187206-
CMYK00.230.150.05
HSL339.27º67.9%84.12%-
HSV(B)339.27º22.73%94.9%-
XYZ65.5358.8766.3-
YUV205.61128.22153.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.11%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=38.11%
G=29.45%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218720600.230.150.05339.2767.984.12
HexF2BBCE017F51534454
Octal362273316027175523104124
Binary111100101011101111001110010111111110110101001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBCE; }

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

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

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

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

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

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

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

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