Shades of Chantilly #F3B8CA
Tints of Chantilly #F3B8CA
RGB
CMYK
RGB Variations
Color information
#F3B8CA (or 0xF3B8CA) is known color: Chantilly. HEX triplet: F3, B8 and CA. RGB value is (243,184,202). Sum of RGB (Red+Green+Blue) = 243+184+202=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B8CA is #0C4735. Grayscale: #CBCBCB. Windows color (decimal): -804662 or 13285619. OLE color: 13285619.
HSL color Cylindrical-coordinate representation of color #F3B8CA: hue angle of 341.69º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3B8CA is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 184 | 202 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.05 |
| HSL | 341.69º | 0.71% | 0.84% | - |
| HSV(B) | 341.69º | 0.24% | 0.95% | - |
| XYZ | 64.76 | 57.6 | 63.58 | - |
| YUV | 203.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 184 | 202 | 0 | 0.24 | 0.17 | 0.05 | 341.69 | 0.71 | 0.84 |
| Hex | F3 | B8 | CA | 0 | 18 | 11 | 5 | 156 | 47 | 54 |
| Octal | 363 | 270 | 312 | 0 | 30 | 21 | 5 | 526 | 107 | 124 |
| Binary | 11110011 | 10111000 | 11001010 | 0 | 11000 | 10001 | 101 | 101010110 | 1000111 | 1010100 |
Color Harmonies of #F3B8CA
Complementary color
Monochromatic Colors of #F3B8CA
Black with #F3B8CA
Text Example
Text Example
White with #F3B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B8CA; }
p { color: rgb(243,184,202); }
H1.HeaderClassName
{
color: #F3B8CA;
}
.AnyTagClassName
{
color: #F3B8CA;
}
</style>
background-color css
<style>
a { background-color: #F3B8CA; }
a { background-color: rgb(243,184,202); }
div.DivClassName
{
background-color: #F3B8CA;
}
.BgClassName
{
background-color: #F3B8CA;
}
</style>
border-color css
<style>
span { border-color: #F3B8CA; }
span { border-color: rgb(243,184,202); }
td.TdClassName
{
border-color: #F3B8CA;
}
.TagClassName
{
border-color: #F3B8CA;
}
</style>