Shades of Chantilly #F2BFCB
Tints of Chantilly #F2BFCB
RGB
CMYK
RGB Variations
Color information
#F2BFCB (or 0xF2BFCB) is known color: Chantilly. HEX triplet: F2, BF and CB. RGB value is (242,191,203). Sum of RGB (Red+Green+Blue) = 242+191+203=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFCB is #0D4034. Grayscale: #CFCFCF. Windows color (decimal): -868405 or 13352946. OLE color: 13352946.
HSL color Cylindrical-coordinate representation of color #F2BFCB: hue angle of 345.88º degrees, saturation: 0.66, 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 #F2BFCB is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 203 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 345.88º | 0.66% | 0.85% | - |
| HSV(B) | 345.88º | 0.21% | 0.95% | - |
| XYZ | 66.03 | 60.45 | 64.69 | - |
| YUV | 207.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 203 | 0 | 0.21 | 0.16 | 0.05 | 345.88 | 0.66 | 0.85 |
| Hex | F2 | BF | CB | 0 | 15 | 10 | 5 | 15A | 42 | 55 |
| Octal | 362 | 277 | 313 | 0 | 25 | 20 | 5 | 532 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11001011 | 0 | 10101 | 10000 | 101 | 101011010 | 1000010 | 1010101 |
Color Harmonies of #F2BFCB
Complementary color
Monochromatic Colors of #F2BFCB
Black with #F2BFCB
Text Example
Text Example
White with #F2BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFCB; }
p { color: rgb(242,191,203); }
H1.HeaderClassName
{
color: #F2BFCB;
}
.AnyTagClassName
{
color: #F2BFCB;
}
</style>
background-color css
<style>
a { background-color: #F2BFCB; }
a { background-color: rgb(242,191,203); }
div.DivClassName
{
background-color: #F2BFCB;
}
.BgClassName
{
background-color: #F2BFCB;
}
</style>
border-color css
<style>
span { border-color: #F2BFCB; }
span { border-color: rgb(242,191,203); }
td.TdClassName
{
border-color: #F2BFCB;
}
.TagClassName
{
border-color: #F2BFCB;
}
</style>