Shades of Chantilly #F3BDD0
Tints of Chantilly #F3BDD0
RGB
CMYK
RGB Variations
Color information
#F3BDD0 (or 0xF3BDD0) is known color: Chantilly. HEX triplet: F3, BD and D0. RGB value is (243,189,208). Sum of RGB (Red+Green+Blue) = 243+189+208=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDD0 is #0C422F. Grayscale: #CFCFCF. Windows color (decimal): -803376 or 13680115. OLE color: 13680115.
HSL color Cylindrical-coordinate representation of color #F3BDD0: hue angle of 338.89º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BDD0 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 189 | 208 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.05 |
| HSL | 338.89º | 0.69% | 0.85% | - |
| HSV(B) | 338.89º | 0.22% | 0.95% | - |
| XYZ | 66.54 | 60 | 67.75 | - |
| YUV | 207.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 189 | 208 | 0 | 0.22 | 0.14 | 0.05 | 338.89 | 0.69 | 0.85 |
| Hex | F3 | BD | D0 | 0 | 16 | E | 5 | 153 | 45 | 55 |
| Octal | 363 | 275 | 320 | 0 | 26 | 16 | 5 | 523 | 105 | 125 |
| Binary | 11110011 | 10111101 | 11010000 | 0 | 10110 | 1110 | 101 | 101010011 | 1000101 | 1010101 |
Color Harmonies of #F3BDD0
Complementary color
Monochromatic Colors of #F3BDD0
Black with #F3BDD0
Text Example
Text Example
White with #F3BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BDD0; }
p { color: rgb(243,189,208); }
H1.HeaderClassName
{
color: #F3BDD0;
}
.AnyTagClassName
{
color: #F3BDD0;
}
</style>
background-color css
<style>
a { background-color: #F3BDD0; }
a { background-color: rgb(243,189,208); }
div.DivClassName
{
background-color: #F3BDD0;
}
.BgClassName
{
background-color: #F3BDD0;
}
</style>
border-color css
<style>
span { border-color: #F3BDD0; }
span { border-color: rgb(243,189,208); }
td.TdClassName
{
border-color: #F3BDD0;
}
.TagClassName
{
border-color: #F3BDD0;
}
</style>