Shades of Chantilly #F2BFCC
Tints of Chantilly #F2BFCC
RGB
CMYK
RGB Variations
Color information
#F2BFCC (or 0xF2BFCC) is known color: Chantilly. HEX triplet: F2, BF and CC. RGB value is (242,191,204). Sum of RGB (Red+Green+Blue) = 242+191+204=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFCC is #0D4033. Grayscale: #CFCFCF. Windows color (decimal): -868404 or 13418482. OLE color: 13418482.
HSL color Cylindrical-coordinate representation of color #F2BFCC: hue angle of 344.71º 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 #F2BFCC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 204 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 344.71º | 0.66% | 0.85% | - |
| HSV(B) | 344.71º | 0.21% | 0.95% | - |
| XYZ | 66.15 | 60.5 | 65.32 | - |
| YUV | 207.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 204 | 0 | 0.21 | 0.16 | 0.05 | 344.71 | 0.66 | 0.85 |
| Hex | F2 | BF | CC | 0 | 15 | 10 | 5 | 159 | 42 | 55 |
| Octal | 362 | 277 | 314 | 0 | 25 | 20 | 5 | 531 | 102 | 125 |
| Binary | 11110010 | 10111111 | 11001100 | 0 | 10101 | 10000 | 101 | 101011001 | 1000010 | 1010101 |
Color Harmonies of #F2BFCC
Complementary color
Monochromatic Colors of #F2BFCC
Black with #F2BFCC
Text Example
Text Example
White with #F2BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFCC; }
p { color: rgb(242,191,204); }
H1.HeaderClassName
{
color: #F2BFCC;
}
.AnyTagClassName
{
color: #F2BFCC;
}
</style>
background-color css
<style>
a { background-color: #F2BFCC; }
a { background-color: rgb(242,191,204); }
div.DivClassName
{
background-color: #F2BFCC;
}
.BgClassName
{
background-color: #F2BFCC;
}
</style>
border-color css
<style>
span { border-color: #F2BFCC; }
span { border-color: rgb(242,191,204); }
td.TdClassName
{
border-color: #F2BFCC;
}
.TagClassName
{
border-color: #F2BFCC;
}
</style>