Shades of Chantilly #F3BCC7
Tints of Chantilly #F3BCC7
RGB
CMYK
RGB Variations
Color information
#F3BCC7 (or 0xF3BCC7) is known color: Chantilly. HEX triplet: F3, BC and C7. RGB value is (243,188,199). Sum of RGB (Red+Green+Blue) = 243+188+199=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCC7 is #0C4338. Grayscale: #CDCDCD. Windows color (decimal): -803641 or 13090035. OLE color: 13090035.
HSL color Cylindrical-coordinate representation of color #F3BCC7: hue angle of 348º 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 #F3BCC7 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 199 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.05 |
| HSL | 348º | 0.7% | 0.85% | - |
| HSV(B) | 348º | 0.23% | 0.95% | - |
| XYZ | 65.25 | 59.14 | 62.01 | - |
| YUV | 205.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 199 | 0 | 0.23 | 0.18 | 0.05 | 348 | 0.7 | 0.85 |
| Hex | F3 | BC | C7 | 0 | 17 | 12 | 5 | 15C | 46 | 55 |
| Octal | 363 | 274 | 307 | 0 | 27 | 22 | 5 | 534 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11000111 | 0 | 10111 | 10010 | 101 | 101011100 | 1000110 | 1010101 |
Color Harmonies of #F3BCC7
Complementary color
Monochromatic Colors of #F3BCC7
Black with #F3BCC7
Text Example
Text Example
White with #F3BCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCC7; }
p { color: rgb(243,188,199); }
H1.HeaderClassName
{
color: #F3BCC7;
}
.AnyTagClassName
{
color: #F3BCC7;
}
</style>
background-color css
<style>
a { background-color: #F3BCC7; }
a { background-color: rgb(243,188,199); }
div.DivClassName
{
background-color: #F3BCC7;
}
.BgClassName
{
background-color: #F3BCC7;
}
</style>
border-color css
<style>
span { border-color: #F3BCC7; }
span { border-color: rgb(243,188,199); }
td.TdClassName
{
border-color: #F3BCC7;
}
.TagClassName
{
border-color: #F3BCC7;
}
</style>