Shades of Chantilly #F3BCCC
Tints of Chantilly #F3BCCC
RGB
CMYK
RGB Variations
Color information
#F3BCCC (or 0xF3BCCC) is known color: Chantilly. HEX triplet: F3, BC and CC. RGB value is (243,188,204). Sum of RGB (Red+Green+Blue) = 243+188+204=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCCC is #0C4333. Grayscale: #CECECE. Windows color (decimal): -803636 or 13417715. OLE color: 13417715.
HSL color Cylindrical-coordinate representation of color #F3BCCC: hue angle of 342.55º 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 #F3BCCC is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 204 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.05 |
| HSL | 342.55º | 0.7% | 0.85% | - |
| HSV(B) | 342.55º | 0.23% | 0.95% | - |
| XYZ | 65.84 | 59.38 | 65.12 | - |
| YUV | 206.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 204 | 0 | 0.23 | 0.16 | 0.05 | 342.55 | 0.7 | 0.85 |
| Hex | F3 | BC | CC | 0 | 17 | 10 | 5 | 157 | 46 | 55 |
| Octal | 363 | 274 | 314 | 0 | 27 | 20 | 5 | 527 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11001100 | 0 | 10111 | 10000 | 101 | 101010111 | 1000110 | 1010101 |
Color Harmonies of #F3BCCC
Complementary color
Monochromatic Colors of #F3BCCC
Black with #F3BCCC
Text Example
Text Example
White with #F3BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCCC; }
p { color: rgb(243,188,204); }
H1.HeaderClassName
{
color: #F3BCCC;
}
.AnyTagClassName
{
color: #F3BCCC;
}
</style>
background-color css
<style>
a { background-color: #F3BCCC; }
a { background-color: rgb(243,188,204); }
div.DivClassName
{
background-color: #F3BCCC;
}
.BgClassName
{
background-color: #F3BCCC;
}
</style>
border-color css
<style>
span { border-color: #F3BCCC; }
span { border-color: rgb(243,188,204); }
td.TdClassName
{
border-color: #F3BCCC;
}
.TagClassName
{
border-color: #F3BCCC;
}
</style>