Shades of Chantilly #F2BDC7
Tints of Chantilly #F2BDC7
RGB
CMYK
RGB Variations
Color information
#F2BDC7 (or 0xF2BDC7) is known color: Chantilly. HEX triplet: F2, BD and C7. RGB value is (242,189,199). Sum of RGB (Red+Green+Blue) = 242+189+199=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC7 is #0D4238. Grayscale: #CECECE. Windows color (decimal): -868921 or 13090290. OLE color: 13090290.
HSL color Cylindrical-coordinate representation of color #F2BDC7: hue angle of 348.68º 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 #F2BDC7 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 189 | 199 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.05 |
| HSL | 348.68º | 0.67% | 0.85% | - |
| HSV(B) | 348.68º | 0.22% | 0.95% | - |
| XYZ | 65.12 | 59.4 | 62.06 | - |
| YUV | 205.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 189 | 199 | 0 | 0.22 | 0.18 | 0.05 | 348.68 | 0.67 | 0.85 |
| Hex | F2 | BD | C7 | 0 | 16 | 12 | 5 | 15D | 43 | 55 |
| Octal | 362 | 275 | 307 | 0 | 26 | 22 | 5 | 535 | 103 | 125 |
| Binary | 11110010 | 10111101 | 11000111 | 0 | 10110 | 10010 | 101 | 101011101 | 1000011 | 1010101 |
Color Harmonies of #F2BDC7
Complementary color
Monochromatic Colors of #F2BDC7
Black with #F2BDC7
Text Example
Text Example
White with #F2BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BDC7; }
p { color: rgb(242,189,199); }
H1.HeaderClassName
{
color: #F2BDC7;
}
.AnyTagClassName
{
color: #F2BDC7;
}
</style>
background-color css
<style>
a { background-color: #F2BDC7; }
a { background-color: rgb(242,189,199); }
div.DivClassName
{
background-color: #F2BDC7;
}
.BgClassName
{
background-color: #F2BDC7;
}
</style>
border-color css
<style>
span { border-color: #F2BDC7; }
span { border-color: rgb(242,189,199); }
td.TdClassName
{
border-color: #F2BDC7;
}
.TagClassName
{
border-color: #F2BDC7;
}
</style>