#f1bbcc

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

Shades of Chantilly #F1BBCC

Tints of Chantilly #F1BBCC

Color information

#F1BBCC (or 0xF1BBCC) is unknown color: approx Chantilly. HEX triplet: F1, BB and CC. RGB value is (241,187,204). Sum of RGB (Red+Green+Blue) = 241+187+204=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBCC is #0E4433. Grayscale: #CDCDCD. Windows color (decimal): -934964 or 13417457. OLE color: 13417457.

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

Color convert

RGB241187204-
CMYK00.220.150.05
HSL341.11º65.85%83.92%-
HSV(B)341.11º22.41%94.51%-
XYZ64.9558.665.01-
YUV205.08127.39153.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.13%
GREEN value IS 187 (73.44% from 255) = 29.59%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=38.13%
G=29.59%
B=32.28%

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
Decimal24118720400.220.150.05341.1165.8583.92
HexF1BBCC016F51554254
Octal361273314026175525102124
Binary111100011011101111001100010110111110110101010110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1bbcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1bbcc; }

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

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

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

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

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

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

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

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