Shades of Chantilly #F3BCCD
Tints of Chantilly #F3BCCD
RGB
CMYK
RGB Variations
Color information
#F3BCCD (or 0xF3BCCD) is known color: Chantilly. HEX triplet: F3, BC and CD. RGB value is (243,188,205). Sum of RGB (Red+Green+Blue) = 243+188+205=636 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.21% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCCD is #0C4332. Grayscale: #CECECE. Windows color (decimal): -803635 or 13483251. OLE color: 13483251.
HSL color Cylindrical-coordinate representation of color #F3BCCD: hue angle of 341.45º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCCD is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 205 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.05 |
| HSL | 341.45º | 0.7% | 0.85% | - |
| HSV(B) | 341.45º | 0.23% | 0.95% | - |
| XYZ | 65.96 | 59.43 | 65.75 | - |
| YUV | 206.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 205 | 0 | 0.23 | 0.16 | 0.05 | 341.45 | 0.7 | 0.85 |
| Hex | F3 | BC | CD | 0 | 17 | 10 | 5 | 155 | 46 | 55 |
| Octal | 363 | 274 | 315 | 0 | 27 | 20 | 5 | 525 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11001101 | 0 | 10111 | 10000 | 101 | 101010101 | 1000110 | 1010101 |
Color Harmonies of #F3BCCD
Complementary color
Monochromatic Colors of #F3BCCD
Black with #F3BCCD
Text Example
Text Example
White with #F3BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCCD; }
p { color: rgb(243,188,205); }
H1.HeaderClassName
{
color: #F3BCCD;
}
.AnyTagClassName
{
color: #F3BCCD;
}
</style>
background-color css
<style>
a { background-color: #F3BCCD; }
a { background-color: rgb(243,188,205); }
div.DivClassName
{
background-color: #F3BCCD;
}
.BgClassName
{
background-color: #F3BCCD;
}
</style>
border-color css
<style>
span { border-color: #F3BCCD; }
span { border-color: rgb(243,188,205); }
td.TdClassName
{
border-color: #F3BCCD;
}
.TagClassName
{
border-color: #F3BCCD;
}
</style>