Shades of Chantilly #F5BFD0
Tints of Chantilly #F5BFD0
RGB
CMYK
RGB Variations
Color information
#F5BFD0 (or 0xF5BFD0) is known color: Chantilly. HEX triplet: F5, BF and D0. RGB value is (245,191,208). Sum of RGB (Red+Green+Blue) = 245+191+208=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 191 (75% from 255 or 29.66% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFD0 is #0A402F. Grayscale: #D1D1D1. Windows color (decimal): -671792 or 13680629. OLE color: 13680629.
HSL color Cylindrical-coordinate representation of color #F5BFD0: hue angle of 341.11º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BFD0 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 208 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.04 |
| HSL | 341.11º | 0.73% | 0.85% | - |
| HSV(B) | 341.11º | 0.22% | 0.96% | - |
| XYZ | 67.67 | 61.23 | 67.93 | - |
| YUV | 209.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 208 | 0 | 0.22 | 0.15 | 0.04 | 341.11 | 0.73 | 0.85 |
| Hex | F5 | BF | D0 | 0 | 16 | F | 4 | 155 | 49 | 55 |
| Octal | 365 | 277 | 320 | 0 | 26 | 17 | 4 | 525 | 111 | 125 |
| Binary | 11110101 | 10111111 | 11010000 | 0 | 10110 | 1111 | 100 | 101010101 | 1001001 | 1010101 |
Color Harmonies of #F5BFD0
Complementary color
Monochromatic Colors of #F5BFD0
Black with #F5BFD0
Text Example
Text Example
White with #F5BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFD0; }
p { color: rgb(245,191,208); }
H1.HeaderClassName
{
color: #F5BFD0;
}
.AnyTagClassName
{
color: #F5BFD0;
}
</style>
background-color css
<style>
a { background-color: #F5BFD0; }
a { background-color: rgb(245,191,208); }
div.DivClassName
{
background-color: #F5BFD0;
}
.BgClassName
{
background-color: #F5BFD0;
}
</style>
border-color css
<style>
span { border-color: #F5BFD0; }
span { border-color: rgb(245,191,208); }
td.TdClassName
{
border-color: #F5BFD0;
}
.TagClassName
{
border-color: #F5BFD0;
}
</style>