Shades of Chantilly #F2BEC9
Tints of Chantilly #F2BEC9
RGB
CMYK
RGB Variations
Color information
#F2BEC9 (or 0xF2BEC9) is known color: Chantilly. HEX triplet: F2, BE and C9. RGB value is (242,190,201). Sum of RGB (Red+Green+Blue) = 242+190+201=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEC9 is #0D4136. Grayscale: #CECECE. Windows color (decimal): -868663 or 13221618. OLE color: 13221618.
HSL color Cylindrical-coordinate representation of color #F2BEC9: hue angle of 347.31º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BEC9 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 201 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.05 |
| HSL | 347.31º | 0.67% | 0.85% | - |
| HSV(B) | 347.31º | 0.21% | 0.95% | - |
| XYZ | 65.57 | 59.92 | 63.37 | - |
| YUV | 206.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 201 | 0 | 0.21 | 0.17 | 0.05 | 347.31 | 0.67 | 0.85 |
| Hex | F2 | BE | C9 | 0 | 15 | 11 | 5 | 15B | 43 | 55 |
| Octal | 362 | 276 | 311 | 0 | 25 | 21 | 5 | 533 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11001001 | 0 | 10101 | 10001 | 101 | 101011011 | 1000011 | 1010101 |
Color Harmonies of #F2BEC9
Complementary color
Monochromatic Colors of #F2BEC9
Black with #F2BEC9
Text Example
Text Example
White with #F2BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEC9; }
p { color: rgb(242,190,201); }
H1.HeaderClassName
{
color: #F2BEC9;
}
.AnyTagClassName
{
color: #F2BEC9;
}
</style>
background-color css
<style>
a { background-color: #F2BEC9; }
a { background-color: rgb(242,190,201); }
div.DivClassName
{
background-color: #F2BEC9;
}
.BgClassName
{
background-color: #F2BEC9;
}
</style>
border-color css
<style>
span { border-color: #F2BEC9; }
span { border-color: rgb(242,190,201); }
td.TdClassName
{
border-color: #F2BEC9;
}
.TagClassName
{
border-color: #F2BEC9;
}
</style>