Shades of Chantilly #F2BED0
Tints of Chantilly #F2BED0
RGB
CMYK
RGB Variations
Color information
#F2BED0 (or 0xF2BED0) is known color: Chantilly. HEX triplet: F2, BE and D0. RGB value is (242,190,208). Sum of RGB (Red+Green+Blue) = 242+190+208=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BED0 is #0D412F. Grayscale: #CFCFCF. Windows color (decimal): -868656 or 13680370. OLE color: 13680370.
HSL color Cylindrical-coordinate representation of color #F2BED0: hue angle of 339.23º 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 #F2BED0 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 208 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.05 |
| HSL | 339.23º | 0.67% | 0.85% | - |
| HSV(B) | 339.23º | 0.21% | 0.95% | - |
| XYZ | 66.42 | 60.26 | 67.8 | - |
| YUV | 207.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 208 | 0 | 0.21 | 0.14 | 0.05 | 339.23 | 0.67 | 0.85 |
| Hex | F2 | BE | D0 | 0 | 15 | E | 5 | 153 | 43 | 55 |
| Octal | 362 | 276 | 320 | 0 | 25 | 16 | 5 | 523 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11010000 | 0 | 10101 | 1110 | 101 | 101010011 | 1000011 | 1010101 |
Color Harmonies of #F2BED0
Complementary color
Monochromatic Colors of #F2BED0
Black with #F2BED0
Text Example
Text Example
White with #F2BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BED0; }
p { color: rgb(242,190,208); }
H1.HeaderClassName
{
color: #F2BED0;
}
.AnyTagClassName
{
color: #F2BED0;
}
</style>
background-color css
<style>
a { background-color: #F2BED0; }
a { background-color: rgb(242,190,208); }
div.DivClassName
{
background-color: #F2BED0;
}
.BgClassName
{
background-color: #F2BED0;
}
</style>
border-color css
<style>
span { border-color: #F2BED0; }
span { border-color: rgb(242,190,208); }
td.TdClassName
{
border-color: #F2BED0;
}
.TagClassName
{
border-color: #F2BED0;
}
</style>