Shades of Chantilly #F3BFCB
Tints of Chantilly #F3BFCB
RGB
CMYK
RGB Variations
Color information
#F3BFCB (or 0xF3BFCB) is known color: Chantilly. HEX triplet: F3, BF and CB. RGB value is (243,191,203). Sum of RGB (Red+Green+Blue) = 243+191+203=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFCB is #0C4034. Grayscale: #CFCFCF. Windows color (decimal): -802869 or 13352947. OLE color: 13352947.
HSL color Cylindrical-coordinate representation of color #F3BFCB: hue angle of 346.15º 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 #F3BFCB is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 203 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 346.15º | 0.68% | 0.85% | - |
| HSV(B) | 346.15º | 0.21% | 0.95% | - |
| XYZ | 66.37 | 60.63 | 64.7 | - |
| YUV | 207.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 203 | 0 | 0.21 | 0.16 | 0.05 | 346.15 | 0.68 | 0.85 |
| Hex | F3 | BF | CB | 0 | 15 | 10 | 5 | 15A | 44 | 55 |
| Octal | 363 | 277 | 313 | 0 | 25 | 20 | 5 | 532 | 104 | 125 |
| Binary | 11110011 | 10111111 | 11001011 | 0 | 10101 | 10000 | 101 | 101011010 | 1000100 | 1010101 |
Color Harmonies of #F3BFCB
Complementary color
Monochromatic Colors of #F3BFCB
Black with #F3BFCB
Text Example
Text Example
White with #F3BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFCB; }
p { color: rgb(243,191,203); }
H1.HeaderClassName
{
color: #F3BFCB;
}
.AnyTagClassName
{
color: #F3BFCB;
}
</style>
background-color css
<style>
a { background-color: #F3BFCB; }
a { background-color: rgb(243,191,203); }
div.DivClassName
{
background-color: #F3BFCB;
}
.BgClassName
{
background-color: #F3BFCB;
}
</style>
border-color css
<style>
span { border-color: #F3BFCB; }
span { border-color: rgb(243,191,203); }
td.TdClassName
{
border-color: #F3BFCB;
}
.TagClassName
{
border-color: #F3BFCB;
}
</style>