Shades of Chantilly #F2BED1
Tints of Chantilly #F2BED1
RGB
CMYK
RGB Variations
Color information
#F2BED1 (or 0xF2BED1) is known color: Chantilly. HEX triplet: F2, BE and D1. RGB value is (242,190,209). Sum of RGB (Red+Green+Blue) = 242+190+209=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BED1 is #0D412E. Grayscale: #CFCFCF. Windows color (decimal): -868655 or 13745906. OLE color: 13745906.
HSL color Cylindrical-coordinate representation of color #F2BED1: hue angle of 338.08º 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 #F2BED1 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 190 | 209 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.05 |
| HSL | 338.08º | 0.67% | 0.85% | - |
| HSV(B) | 338.08º | 0.21% | 0.95% | - |
| XYZ | 66.54 | 60.31 | 68.46 | - |
| YUV | 207.71 | 128.73 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 190 | 209 | 0 | 0.21 | 0.14 | 0.05 | 338.08 | 0.67 | 0.85 |
| Hex | F2 | BE | D1 | 0 | 15 | E | 5 | 152 | 43 | 55 |
| Octal | 362 | 276 | 321 | 0 | 25 | 16 | 5 | 522 | 103 | 125 |
| Binary | 11110010 | 10111110 | 11010001 | 0 | 10101 | 1110 | 101 | 101010010 | 1000011 | 1010101 |
Color Harmonies of #F2BED1
Complementary color
Monochromatic Colors of #F2BED1
Black with #F2BED1
Text Example
Text Example
White with #F2BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BED1; }
p { color: rgb(242,190,209); }
H1.HeaderClassName
{
color: #F2BED1;
}
.AnyTagClassName
{
color: #F2BED1;
}
</style>
background-color css
<style>
a { background-color: #F2BED1; }
a { background-color: rgb(242,190,209); }
div.DivClassName
{
background-color: #F2BED1;
}
.BgClassName
{
background-color: #F2BED1;
}
</style>
border-color css
<style>
span { border-color: #F2BED1; }
span { border-color: rgb(242,190,209); }
td.TdClassName
{
border-color: #F2BED1;
}
.TagClassName
{
border-color: #F2BED1;
}
</style>