#F4BBCC

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

Shades of Chantilly #F4BBCC

Tints of Chantilly #F4BBCC

Color information

#F4BBCC (or 0xF4BBCC) is unknown color: approx Chantilly. HEX triplet: F4, BB and CC. RGB value is (244,187,204). Sum of RGB (Red+Green+Blue) = 244+187+204=635 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.43% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBCC is #0B4433. Grayscale: #CDCDCD. Windows color (decimal): -738356 or 13417460. OLE color: 13417460.

HSL color Cylindrical-coordinate representation of color #F4BBCC: hue angle of 342.11º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BBCC is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB244187204-
CMYK00.230.160.04
HSL342.11º72.15%84.51%-
HSV(B)342.11º23.36%95.69%-
XYZ65.9859.1365.06-
YUV205.98126.88155.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.43%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=38.43%
G=29.45%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418720400.230.160.04342.1172.1584.51
HexF4BBCC0171041564855
Octal364273314027204526110125
Binary1111010010111011110011000101111000010010101011010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBCC; }

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

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

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

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

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

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

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

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