Shades of Sauvignon #F3ECE9
Tints of Sauvignon #F3ECE9
RGB
CMYK
RGB Variations
Color information
#F3ECE9 (or 0xF3ECE9) is known color: Sauvignon. HEX triplet: F3, EC and E9. RGB value is (243,236,233). Sum of RGB (Red+Green+Blue) = 243+236+233=712 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.13% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 233 (91.41% from 255 or 32.72% from 712); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ECE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3ECE9 is #0C1316. Grayscale: #EDEDED. Windows color (decimal): -791319 or 15330547. OLE color: 15330547.
HSL color Cylindrical-coordinate representation of color #F3ECE9: hue angle of 18º degrees, saturation: 0.29, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F3ECE9 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 236 | 233 | - |
CMYK | 0 | 0.03 | 0.04 | 0.05 |
HSL | 18º | 0.29% | 0.93% | - |
HSV(B) | 18º | 0.04% | 0.95% | - |
XYZ | 81.67 | 84.93 | 89.18 | - |
YUV | 237.75 | 125.32 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 236 | 233 | 0 | 0.03 | 0.04 | 0.05 | 18 | 0.29 | 0.93 |
Hex | F3 | EC | E9 | 0 | 3 | 4 | 5 | 12 | 1D | 5D |
Octal | 363 | 354 | 351 | 0 | 3 | 4 | 5 | 22 | 35 | 135 |
Binary | 11110011 | 11101100 | 11101001 | 0 | 11 | 100 | 101 | 10010 | 11101 | 1011101 |
Color Harmonies of #F3ECE9
Complementary color
Monochromatic Colors of #F3ECE9
Black with #F3ECE9
Text Example
Text Example
White with #F3ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ECE9; }
p { color: rgb(243,236,233); }
H1.HeaderClassName
{
color: #F3ECE9;
}
.AnyTagClassName
{
color: #F3ECE9;
}
</style>
background-color css
<style>
a { background-color: #F3ECE9; }
a { background-color: rgb(243,236,233); }
div.DivClassName
{
background-color: #F3ECE9;
}
.BgClassName
{
background-color: #F3ECE9;
}
</style>
border-color css
<style>
span { border-color: #F3ECE9; }
span { border-color: rgb(243,236,233); }
td.TdClassName
{
border-color: #F3ECE9;
}
.TagClassName
{
border-color: #F3ECE9;
}
</style>