Shades of Romance #F9F6EC
Tints of Romance #F9F6EC
RGB
CMYK
RGB Variations
Color information
#F9F6EC (or 0xF9F6EC) is known color: Romance. HEX triplet: F9, F6 and EC. RGB value is (249,246,236). Sum of RGB (Red+Green+Blue) = 249+246+236=731 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.06% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 236 (92.58% from 255 or 32.28% from 731); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F6EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9F6EC is #060913. Grayscale: #F5F5F5. Windows color (decimal): -395540 or 15529721. OLE color: 15529721.
HSL color Cylindrical-coordinate representation of color #F9F6EC: hue angle of 46.15º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F9F6EC is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 246 | 236 | - |
CMYK | 0 | 0.01 | 0.05 | 0.02 |
HSL | 46.15º | 0.52% | 0.95% | - |
HSV(B) | 46.15º | 0.05% | 0.98% | - |
XYZ | 87.16 | 92.11 | 92.54 | - |
YUV | 245.76 | 122.49 | 130.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 246 | 236 | 0 | 0.01 | 0.05 | 0.02 | 46.15 | 0.52 | 0.95 |
Hex | F9 | F6 | EC | 0 | 1 | 5 | 2 | 2E | 34 | 5F |
Octal | 371 | 366 | 354 | 0 | 1 | 5 | 2 | 56 | 64 | 137 |
Binary | 11111001 | 11110110 | 11101100 | 0 | 1 | 101 | 10 | 101110 | 110100 | 1011111 |
Color Harmonies of #F9F6EC
Complementary color
Monochromatic Colors of #F9F6EC
Black with #F9F6EC
Text Example
Text Example
White with #F9F6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F6EC; }
p { color: rgb(249,246,236); }
H1.HeaderClassName
{
color: #F9F6EC;
}
.AnyTagClassName
{
color: #F9F6EC;
}
</style>
background-color css
<style>
a { background-color: #F9F6EC; }
a { background-color: rgb(249,246,236); }
div.DivClassName
{
background-color: #F9F6EC;
}
.BgClassName
{
background-color: #F9F6EC;
}
</style>
border-color css
<style>
span { border-color: #F9F6EC; }
span { border-color: rgb(249,246,236); }
td.TdClassName
{
border-color: #F9F6EC;
}
.TagClassName
{
border-color: #F9F6EC;
}
</style>