Shades of Chantilly #F3C0D1
Tints of Chantilly #F3C0D1
RGB
CMYK
RGB Variations
Color information
#F3C0D1 (or 0xF3C0D1) is known color: Chantilly. HEX triplet: F3, C0 and D1. RGB value is (243,192,209). Sum of RGB (Red+Green+Blue) = 243+192+209=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0D1 is #0C3F2E. Grayscale: #D1D1D1. Windows color (decimal): -802607 or 13746419. OLE color: 13746419.
HSL color Cylindrical-coordinate representation of color #F3C0D1: hue angle of 340º 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 #F3C0D1 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 209 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.05 |
| HSL | 340º | 0.68% | 0.85% | - |
| HSV(B) | 340º | 0.21% | 0.95% | - |
| XYZ | 67.32 | 61.36 | 68.62 | - |
| YUV | 209.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 209 | 0 | 0.21 | 0.14 | 0.05 | 340 | 0.68 | 0.85 |
| Hex | F3 | C0 | D1 | 0 | 15 | E | 5 | 154 | 44 | 55 |
| Octal | 363 | 300 | 321 | 0 | 25 | 16 | 5 | 524 | 104 | 125 |
| Binary | 11110011 | 11000000 | 11010001 | 0 | 10101 | 1110 | 101 | 101010100 | 1000100 | 1010101 |
Color Harmonies of #F3C0D1
Complementary color
Monochromatic Colors of #F3C0D1
Black with #F3C0D1
Text Example
Text Example
White with #F3C0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0D1; }
p { color: rgb(243,192,209); }
H1.HeaderClassName
{
color: #F3C0D1;
}
.AnyTagClassName
{
color: #F3C0D1;
}
</style>
background-color css
<style>
a { background-color: #F3C0D1; }
a { background-color: rgb(243,192,209); }
div.DivClassName
{
background-color: #F3C0D1;
}
.BgClassName
{
background-color: #F3C0D1;
}
</style>
border-color css
<style>
span { border-color: #F3C0D1; }
span { border-color: rgb(243,192,209); }
td.TdClassName
{
border-color: #F3C0D1;
}
.TagClassName
{
border-color: #F3C0D1;
}
</style>