Shades of Chantilly #F3BAC7
Tints of Chantilly #F3BAC7
RGB
CMYK
RGB Variations
Color information
#F3BAC7 (or 0xF3BAC7) is known color: Chantilly. HEX triplet: F3, BA and C7. RGB value is (243,186,199). Sum of RGB (Red+Green+Blue) = 243+186+199=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAC7 is #0C4538. Grayscale: #CCCCCC. Windows color (decimal): -804153 or 13089523. OLE color: 13089523.
HSL color Cylindrical-coordinate representation of color #F3BAC7: hue angle of 346.32º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BAC7 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 199 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.05 |
| HSL | 346.32º | 0.7% | 0.84% | - |
| HSV(B) | 346.32º | 0.23% | 0.95% | - |
| XYZ | 64.83 | 58.3 | 61.87 | - |
| YUV | 204.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 199 | 0 | 0.23 | 0.18 | 0.05 | 346.32 | 0.7 | 0.84 |
| Hex | F3 | BA | C7 | 0 | 17 | 12 | 5 | 15A | 46 | 54 |
| Octal | 363 | 272 | 307 | 0 | 27 | 22 | 5 | 532 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11000111 | 0 | 10111 | 10010 | 101 | 101011010 | 1000110 | 1010100 |
Color Harmonies of #F3BAC7
Complementary color
Monochromatic Colors of #F3BAC7
Black with #F3BAC7
Text Example
Text Example
White with #F3BAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAC7; }
p { color: rgb(243,186,199); }
H1.HeaderClassName
{
color: #F3BAC7;
}
.AnyTagClassName
{
color: #F3BAC7;
}
</style>
background-color css
<style>
a { background-color: #F3BAC7; }
a { background-color: rgb(243,186,199); }
div.DivClassName
{
background-color: #F3BAC7;
}
.BgClassName
{
background-color: #F3BAC7;
}
</style>
border-color css
<style>
span { border-color: #F3BAC7; }
span { border-color: rgb(243,186,199); }
td.TdClassName
{
border-color: #F3BAC7;
}
.TagClassName
{
border-color: #F3BAC7;
}
</style>