Shades of Chantilly #F3C0CC
Tints of Chantilly #F3C0CC
RGB
CMYK
RGB Variations
Color information
#F3C0CC (or 0xF3C0CC) is known color: Chantilly. HEX triplet: F3, C0 and CC. RGB value is (243,192,204). Sum of RGB (Red+Green+Blue) = 243+192+204=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C0CC is #0C3F33. Grayscale: #D0D0D0. Windows color (decimal): -802612 or 13418739. OLE color: 13418739.
HSL color Cylindrical-coordinate representation of color #F3C0CC: hue angle of 345.88º 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 #F3C0CC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 192 | 204 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.05 |
| HSL | 345.88º | 0.68% | 0.85% | - |
| HSV(B) | 345.88º | 0.21% | 0.95% | - |
| XYZ | 66.71 | 61.11 | 65.41 | - |
| YUV | 208.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 192 | 204 | 0 | 0.21 | 0.16 | 0.05 | 345.88 | 0.68 | 0.85 |
| Hex | F3 | C0 | CC | 0 | 15 | 10 | 5 | 15A | 44 | 55 |
| Octal | 363 | 300 | 314 | 0 | 25 | 20 | 5 | 532 | 104 | 125 |
| Binary | 11110011 | 11000000 | 11001100 | 0 | 10101 | 10000 | 101 | 101011010 | 1000100 | 1010101 |
Color Harmonies of #F3C0CC
Complementary color
Monochromatic Colors of #F3C0CC
Black with #F3C0CC
Text Example
Text Example
White with #F3C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C0CC; }
p { color: rgb(243,192,204); }
H1.HeaderClassName
{
color: #F3C0CC;
}
.AnyTagClassName
{
color: #F3C0CC;
}
</style>
background-color css
<style>
a { background-color: #F3C0CC; }
a { background-color: rgb(243,192,204); }
div.DivClassName
{
background-color: #F3C0CC;
}
.BgClassName
{
background-color: #F3C0CC;
}
</style>
border-color css
<style>
span { border-color: #F3C0CC; }
span { border-color: rgb(243,192,204); }
td.TdClassName
{
border-color: #F3C0CC;
}
.TagClassName
{
border-color: #F3C0CC;
}
</style>