Shades of Chantilly #F3BFCF
Tints of Chantilly #F3BFCF
RGB
CMYK
RGB Variations
Color information
#F3BFCF (or 0xF3BFCF) is known color: Chantilly. HEX triplet: F3, BF and CF. RGB value is (243,191,207). Sum of RGB (Red+Green+Blue) = 243+191+207=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFCF is #0C4030. Grayscale: #D0D0D0. Windows color (decimal): -802865 or 13615091. OLE color: 13615091.
HSL color Cylindrical-coordinate representation of color #F3BFCF: hue angle of 341.54º degrees, saturation: 0.68, 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 #F3BFCF is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 207 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.05 |
| HSL | 341.54º | 0.68% | 0.85% | - |
| HSV(B) | 341.54º | 0.21% | 0.95% | - |
| XYZ | 66.86 | 60.82 | 67.25 | - |
| YUV | 208.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 207 | 0 | 0.21 | 0.15 | 0.05 | 341.54 | 0.68 | 0.85 |
| Hex | F3 | BF | CF | 0 | 15 | F | 5 | 156 | 44 | 55 |
| Octal | 363 | 277 | 317 | 0 | 25 | 17 | 5 | 526 | 104 | 125 |
| Binary | 11110011 | 10111111 | 11001111 | 0 | 10101 | 1111 | 101 | 101010110 | 1000100 | 1010101 |
Color Harmonies of #F3BFCF
Complementary color
Monochromatic Colors of #F3BFCF
Black with #F3BFCF
Text Example
Text Example
White with #F3BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFCF; }
p { color: rgb(243,191,207); }
H1.HeaderClassName
{
color: #F3BFCF;
}
.AnyTagClassName
{
color: #F3BFCF;
}
</style>
background-color css
<style>
a { background-color: #F3BFCF; }
a { background-color: rgb(243,191,207); }
div.DivClassName
{
background-color: #F3BFCF;
}
.BgClassName
{
background-color: #F3BFCF;
}
</style>
border-color css
<style>
span { border-color: #F3BFCF; }
span { border-color: rgb(243,191,207); }
td.TdClassName
{
border-color: #F3BFCF;
}
.TagClassName
{
border-color: #F3BFCF;
}
</style>