Shades of Chantilly #F2BEC8
Tints of Chantilly #F2BEC8
RGB
CMYK
RGB Variations
Color information
#F2BEC8 (or 0xF2BEC8) is known color: Chantilly. HEX triplet: F2, BE and C8. RGB value is (242,190,200). Sum of RGB (Red+Green+Blue) = 242+190+200=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEC8 is #0D4137. Grayscale: #CECECE. Windows color (decimal): -868664 or 13156082. OLE color: 13156082.
HSL color Cylindrical-coordinate representation of color #F2BEC8: hue angle of 348.46º 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 #F2BEC8 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 200 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.05 |
| HSL | 348.46º | 0.67% | 0.85% | - |
| HSV(B) | 348.46º | 0.21% | 0.95% | - |
| XYZ | 65.46 | 59.87 | 62.75 | - |
| YUV | 206.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 200 | 0 | 0.21 | 0.17 | 0.05 | 348.46 | 0.67 | 0.85 |
| Hex | F2 | BE | C8 | 0 | 15 | 11 | 5 | 15C | 43 | 55 |
| Octal | 362 | 276 | 310 | 0 | 25 | 21 | 5 | 534 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11001000 | 0 | 10101 | 10001 | 101 | 101011100 | 1000011 | 1010101 |
Color Harmonies of #F2BEC8
Complementary color
Monochromatic Colors of #F2BEC8
Black with #F2BEC8
Text Example
Text Example
White with #F2BEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BEC8; }
p { color: rgb(242,190,200); }
H1.HeaderClassName
{
color: #F2BEC8;
}
.AnyTagClassName
{
color: #F2BEC8;
}
</style>
background-color css
<style>
a { background-color: #F2BEC8; }
a { background-color: rgb(242,190,200); }
div.DivClassName
{
background-color: #F2BEC8;
}
.BgClassName
{
background-color: #F2BEC8;
}
</style>
border-color css
<style>
span { border-color: #F2BEC8; }
span { border-color: rgb(242,190,200); }
td.TdClassName
{
border-color: #F2BEC8;
}
.TagClassName
{
border-color: #F2BEC8;
}
</style>