Shades of Chantilly #F4BFCB
Tints of Chantilly #F4BFCB
RGB
CMYK
RGB Variations
Color information
#F4BFCB (or 0xF4BFCB) is known color: Chantilly. HEX triplet: F4, BF and CB. RGB value is (244,191,203). Sum of RGB (Red+Green+Blue) = 244+191+203=638 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.24% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFCB is #0B4034. Grayscale: #D0D0D0. Windows color (decimal): -737333 or 13352948. OLE color: 13352948.
HSL color Cylindrical-coordinate representation of color #F4BFCB: hue angle of 346.42º degrees, saturation: 0.71, 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 #F4BFCB is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 203 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.04 |
| HSL | 346.42º | 0.71% | 0.85% | - |
| HSV(B) | 346.42º | 0.22% | 0.96% | - |
| XYZ | 66.72 | 60.81 | 64.72 | - |
| YUV | 208.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 203 | 0 | 0.22 | 0.17 | 0.04 | 346.42 | 0.71 | 0.85 |
| Hex | F4 | BF | CB | 0 | 16 | 11 | 4 | 15A | 47 | 55 |
| Octal | 364 | 277 | 313 | 0 | 26 | 21 | 4 | 532 | 107 | 125 |
| Binary | 11110100 | 10111111 | 11001011 | 0 | 10110 | 10001 | 100 | 101011010 | 1000111 | 1010101 |
Color Harmonies of #F4BFCB
Complementary color
Monochromatic Colors of #F4BFCB
Black with #F4BFCB
Text Example
Text Example
White with #F4BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFCB; }
p { color: rgb(244,191,203); }
H1.HeaderClassName
{
color: #F4BFCB;
}
.AnyTagClassName
{
color: #F4BFCB;
}
</style>
background-color css
<style>
a { background-color: #F4BFCB; }
a { background-color: rgb(244,191,203); }
div.DivClassName
{
background-color: #F4BFCB;
}
.BgClassName
{
background-color: #F4BFCB;
}
</style>
border-color css
<style>
span { border-color: #F4BFCB; }
span { border-color: rgb(244,191,203); }
td.TdClassName
{
border-color: #F4BFCB;
}
.TagClassName
{
border-color: #F4BFCB;
}
</style>