Shades of Chantilly #F5BBCC
Tints of Chantilly #F5BBCC
RGB
CMYK
RGB Variations
Color information
#F5BBCC (or 0xF5BBCC) is known color: Chantilly. HEX triplet: F5, BB and CC. RGB value is (245,187,204). Sum of RGB (Red+Green+Blue) = 245+187+204=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBCC is #0A4433. Grayscale: #CECECE. Windows color (decimal): -672820 or 13417461. OLE color: 13417461.
HSL color Cylindrical-coordinate representation of color #F5BBCC: hue angle of 342.41º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBCC is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 187 | 204 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.04 |
| HSL | 342.41º | 0.74% | 0.85% | - |
| HSV(B) | 342.41º | 0.24% | 0.96% | - |
| XYZ | 66.33 | 59.31 | 65.08 | - |
| YUV | 206.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 187 | 204 | 0 | 0.24 | 0.17 | 0.04 | 342.41 | 0.74 | 0.85 |
| Hex | F5 | BB | CC | 0 | 18 | 11 | 4 | 156 | 4A | 55 |
| Octal | 365 | 273 | 314 | 0 | 30 | 21 | 4 | 526 | 112 | 125 |
| Binary | 11110101 | 10111011 | 11001100 | 0 | 11000 | 10001 | 100 | 101010110 | 1001010 | 1010101 |
Color Harmonies of #F5BBCC
Complementary color
Monochromatic Colors of #F5BBCC
Black with #F5BBCC
Text Example
Text Example
White with #F5BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BBCC; }
p { color: rgb(245,187,204); }
H1.HeaderClassName
{
color: #F5BBCC;
}
.AnyTagClassName
{
color: #F5BBCC;
}
</style>
background-color css
<style>
a { background-color: #F5BBCC; }
a { background-color: rgb(245,187,204); }
div.DivClassName
{
background-color: #F5BBCC;
}
.BgClassName
{
background-color: #F5BBCC;
}
</style>
border-color css
<style>
span { border-color: #F5BBCC; }
span { border-color: rgb(245,187,204); }
td.TdClassName
{
border-color: #F5BBCC;
}
.TagClassName
{
border-color: #F5BBCC;
}
</style>