Shades of Chantilly #F2BCCF
Tints of Chantilly #F2BCCF
RGB
CMYK
RGB Variations
Color information
#F2BCCF (or 0xF2BCCF) is known color: Chantilly. HEX triplet: F2, BC and CF. RGB value is (242,188,207). Sum of RGB (Red+Green+Blue) = 242+188+207=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCCF is #0D4330. Grayscale: #CECECE. Windows color (decimal): -869169 or 13614322. OLE color: 13614322.
HSL color Cylindrical-coordinate representation of color #F2BCCF: hue angle of 338.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BCCF is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 207 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.05 |
| HSL | 338.89º | 0.68% | 0.84% | - |
| HSV(B) | 338.89º | 0.22% | 0.95% | - |
| XYZ | 65.86 | 59.35 | 67.02 | - |
| YUV | 206.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 207 | 0 | 0.22 | 0.14 | 0.05 | 338.89 | 0.68 | 0.84 |
| Hex | F2 | BC | CF | 0 | 16 | E | 5 | 153 | 44 | 54 |
| Octal | 362 | 274 | 317 | 0 | 26 | 16 | 5 | 523 | 104 | 124 |
| Binary | 11110010 | 10111100 | 11001111 | 0 | 10110 | 1110 | 101 | 101010011 | 1000100 | 1010100 |
Color Harmonies of #F2BCCF
Complementary color
Monochromatic Colors of #F2BCCF
Black with #F2BCCF
Text Example
Text Example
White with #F2BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCCF; }
p { color: rgb(242,188,207); }
H1.HeaderClassName
{
color: #F2BCCF;
}
.AnyTagClassName
{
color: #F2BCCF;
}
</style>
background-color css
<style>
a { background-color: #F2BCCF; }
a { background-color: rgb(242,188,207); }
div.DivClassName
{
background-color: #F2BCCF;
}
.BgClassName
{
background-color: #F2BCCF;
}
</style>
border-color css
<style>
span { border-color: #F2BCCF; }
span { border-color: rgb(242,188,207); }
td.TdClassName
{
border-color: #F2BCCF;
}
.TagClassName
{
border-color: #F2BCCF;
}
</style>