Shades of Chantilly #F4BDC8
Tints of Chantilly #F4BDC8
RGB
CMYK
RGB Variations
Color information
#F4BDC8 (or 0xF4BDC8) is known color: Chantilly. HEX triplet: F4, BD and C8. RGB value is (244,189,200). Sum of RGB (Red+Green+Blue) = 244+189+200=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDC8 is #0B4237. Grayscale: #CECECE. Windows color (decimal): -737848 or 13155828. OLE color: 13155828.
HSL color Cylindrical-coordinate representation of color #F4BDC8: hue angle of 348º degrees, saturation: 0.71, 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 #F4BDC8 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 189 | 200 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.04 |
| HSL | 348º | 0.71% | 0.85% | - |
| HSV(B) | 348º | 0.23% | 0.96% | - |
| XYZ | 65.93 | 59.8 | 62.71 | - |
| YUV | 206.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 189 | 200 | 0 | 0.23 | 0.18 | 0.04 | 348 | 0.71 | 0.85 |
| Hex | F4 | BD | C8 | 0 | 17 | 12 | 4 | 15C | 47 | 55 |
| Octal | 364 | 275 | 310 | 0 | 27 | 22 | 4 | 534 | 107 | 125 |
| Binary | 11110100 | 10111101 | 11001000 | 0 | 10111 | 10010 | 100 | 101011100 | 1000111 | 1010101 |
Color Harmonies of #F4BDC8
Complementary color
Monochromatic Colors of #F4BDC8
Black with #F4BDC8
Text Example
Text Example
White with #F4BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BDC8; }
p { color: rgb(244,189,200); }
H1.HeaderClassName
{
color: #F4BDC8;
}
.AnyTagClassName
{
color: #F4BDC8;
}
</style>
background-color css
<style>
a { background-color: #F4BDC8; }
a { background-color: rgb(244,189,200); }
div.DivClassName
{
background-color: #F4BDC8;
}
.BgClassName
{
background-color: #F4BDC8;
}
</style>
border-color css
<style>
span { border-color: #F4BDC8; }
span { border-color: rgb(244,189,200); }
td.TdClassName
{
border-color: #F4BDC8;
}
.TagClassName
{
border-color: #F4BDC8;
}
</style>