Shades of Chantilly #F2BFCD
Tints of Chantilly #F2BFCD
RGB
CMYK
RGB Variations
Color information
#F2BFCD (or 0xF2BFCD) is known color: Chantilly. HEX triplet: F2, BF and CD. RGB value is (242,191,205). Sum of RGB (Red+Green+Blue) = 242+191+205=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFCD is #0D4032. Grayscale: #CFCFCF. Windows color (decimal): -868403 or 13484018. OLE color: 13484018.
HSL color Cylindrical-coordinate representation of color #F2BFCD: hue angle of 343.53º 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 #F2BFCD is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 191 | 205 | - |
CMYK | 0 | 0.21 | 0.15 | 0.05 |
HSL | 343.53º | 0.66% | 0.85% | - |
HSV(B) | 343.53º | 0.21% | 0.95% | - |
XYZ | 66.27 | 60.55 | 65.95 | - |
YUV | 207.85 | 126.4 | 152.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 191 | 205 | 0 | 0.21 | 0.15 | 0.05 | 343.53 | 0.66 | 0.85 |
Hex | F2 | BF | CD | 0 | 15 | F | 5 | 158 | 42 | 55 |
Octal | 362 | 277 | 315 | 0 | 25 | 17 | 5 | 530 | 102 | 125 |
Binary | 11110010 | 10111111 | 11001101 | 0 | 10101 | 1111 | 101 | 101011000 | 1000010 | 1010101 |
Color Harmonies of #F2BFCD
Complementary color
Monochromatic Colors of #F2BFCD
Black with #F2BFCD
Text Example
Text Example
White with #F2BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFCD; }
p { color: rgb(242,191,205); }
H1.HeaderClassName
{
color: #F2BFCD;
}
.AnyTagClassName
{
color: #F2BFCD;
}
</style>
background-color css
<style>
a { background-color: #F2BFCD; }
a { background-color: rgb(242,191,205); }
div.DivClassName
{
background-color: #F2BFCD;
}
.BgClassName
{
background-color: #F2BFCD;
}
</style>
border-color css
<style>
span { border-color: #F2BFCD; }
span { border-color: rgb(242,191,205); }
td.TdClassName
{
border-color: #F2BFCD;
}
.TagClassName
{
border-color: #F2BFCD;
}
</style>