Shades of Chantilly #F2BDCC
Tints of Chantilly #F2BDCC
RGB
CMYK
RGB Variations
Color information
#F2BDCC (or 0xF2BDCC) is known color: Chantilly. HEX triplet: F2, BD and CC. RGB value is (242,189,204). Sum of RGB (Red+Green+Blue) = 242+189+204=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDCC is #0D4233. Grayscale: #CECECE. Windows color (decimal): -868916 or 13417970. OLE color: 13417970.
HSL color Cylindrical-coordinate representation of color #F2BDCC: hue angle of 343.02º 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 #F2BDCC is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 204 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.05 |
| HSL | 343.02º | 0.67% | 0.85% | - |
| HSV(B) | 343.02º | 0.22% | 0.95% | - |
| XYZ | 65.71 | 59.63 | 65.17 | - |
| YUV | 206.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 204 | 0 | 0.22 | 0.16 | 0.05 | 343.02 | 0.67 | 0.85 |
| Hex | F2 | BD | CC | 0 | 16 | 10 | 5 | 157 | 43 | 55 |
| Octal | 362 | 275 | 314 | 0 | 26 | 20 | 5 | 527 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11001100 | 0 | 10110 | 10000 | 101 | 101010111 | 1000011 | 1010101 |
Color Harmonies of #F2BDCC
Complementary color
Monochromatic Colors of #F2BDCC
Black with #F2BDCC
Text Example
Text Example
White with #F2BDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDCC; }
p { color: rgb(242,189,204); }
H1.HeaderClassName
{
color: #F2BDCC;
}
.AnyTagClassName
{
color: #F2BDCC;
}
</style>
background-color css
<style>
a { background-color: #F2BDCC; }
a { background-color: rgb(242,189,204); }
div.DivClassName
{
background-color: #F2BDCC;
}
.BgClassName
{
background-color: #F2BDCC;
}
</style>
border-color css
<style>
span { border-color: #F2BDCC; }
span { border-color: rgb(242,189,204); }
td.TdClassName
{
border-color: #F2BDCC;
}
.TagClassName
{
border-color: #F2BDCC;
}
</style>