Shades of Chantilly #F2BDC8
Tints of Chantilly #F2BDC8
RGB
CMYK
RGB Variations
Color information
#F2BDC8 (or 0xF2BDC8) is known color: Chantilly. HEX triplet: F2, BD and C8. RGB value is (242,189,200). Sum of RGB (Red+Green+Blue) = 242+189+200=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC8 is #0D4237. Grayscale: #CECECE. Windows color (decimal): -868920 or 13155826. OLE color: 13155826.
HSL color Cylindrical-coordinate representation of color #F2BDC8: hue angle of 347.55º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDC8 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 200 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.05 |
| HSL | 347.55º | 0.67% | 0.85% | - |
| HSV(B) | 347.55º | 0.22% | 0.95% | - |
| XYZ | 65.24 | 59.44 | 62.68 | - |
| YUV | 206.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 200 | 0 | 0.22 | 0.17 | 0.05 | 347.55 | 0.67 | 0.85 |
| Hex | F2 | BD | C8 | 0 | 16 | 11 | 5 | 15C | 43 | 55 |
| Octal | 362 | 275 | 310 | 0 | 26 | 21 | 5 | 534 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11001000 | 0 | 10110 | 10001 | 101 | 101011100 | 1000011 | 1010101 |
Color Harmonies of #F2BDC8
Complementary color
Monochromatic Colors of #F2BDC8
Black with #F2BDC8
Text Example
Text Example
White with #F2BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDC8; }
p { color: rgb(242,189,200); }
H1.HeaderClassName
{
color: #F2BDC8;
}
.AnyTagClassName
{
color: #F2BDC8;
}
</style>
background-color css
<style>
a { background-color: #F2BDC8; }
a { background-color: rgb(242,189,200); }
div.DivClassName
{
background-color: #F2BDC8;
}
.BgClassName
{
background-color: #F2BDC8;
}
</style>
border-color css
<style>
span { border-color: #F2BDC8; }
span { border-color: rgb(242,189,200); }
td.TdClassName
{
border-color: #F2BDC8;
}
.TagClassName
{
border-color: #F2BDC8;
}
</style>