Shades of Chantilly #F2B9CC
Tints of Chantilly #F2B9CC
RGB
CMYK
RGB Variations
Color information
#F2B9CC (or 0xF2B9CC) is known color: Chantilly. HEX triplet: F2, B9 and CC. RGB value is (242,185,204). Sum of RGB (Red+Green+Blue) = 242+185+204=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9CC is #0D4633. Grayscale: #CCCCCC. Windows color (decimal): -869940 or 13416946. OLE color: 13416946.
HSL color Cylindrical-coordinate representation of color #F2B9CC: hue angle of 340º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2B9CC is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 204 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.05 |
| HSL | 340º | 0.69% | 0.84% | - |
| HSV(B) | 340º | 0.24% | 0.95% | - |
| XYZ | 64.87 | 57.93 | 64.89 | - |
| YUV | 204.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 204 | 0 | 0.24 | 0.16 | 0.05 | 340 | 0.69 | 0.84 |
| Hex | F2 | B9 | CC | 0 | 18 | 10 | 5 | 154 | 45 | 54 |
| Octal | 362 | 271 | 314 | 0 | 30 | 20 | 5 | 524 | 105 | 124 |
| Binary | 11110010 | 10111001 | 11001100 | 0 | 11000 | 10000 | 101 | 101010100 | 1000101 | 1010100 |
Color Harmonies of #F2B9CC
Complementary color
Monochromatic Colors of #F2B9CC
Black with #F2B9CC
Text Example
Text Example
White with #F2B9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9CC; }
p { color: rgb(242,185,204); }
H1.HeaderClassName
{
color: #F2B9CC;
}
.AnyTagClassName
{
color: #F2B9CC;
}
</style>
background-color css
<style>
a { background-color: #F2B9CC; }
a { background-color: rgb(242,185,204); }
div.DivClassName
{
background-color: #F2B9CC;
}
.BgClassName
{
background-color: #F2B9CC;
}
</style>
border-color css
<style>
span { border-color: #F2B9CC; }
span { border-color: rgb(242,185,204); }
td.TdClassName
{
border-color: #F2B9CC;
}
.TagClassName
{
border-color: #F2B9CC;
}
</style>