Shades of Gin Fizz #F3EACD
Tints of Gin Fizz #F3EACD
RGB
CMYK
RGB Variations
Color information
#F3EACD (or 0xF3EACD) is known color: Gin Fizz. HEX triplet: F3, EA and CD. RGB value is (243,234,205). Sum of RGB (Red+Green+Blue) = 243+234+205=682 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.63% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 205 (80.47% from 255 or 30.06% from 682); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EACD is #0C1532. Grayscale: #E9E9E9. Windows color (decimal): -791859 or 13495027. OLE color: 13495027.
HSL color Cylindrical-coordinate representation of color #F3EACD: hue angle of 45.79º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3EACD is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 234 | 205 | - |
CMYK | 0 | 0.04 | 0.16 | 0.05 |
HSL | 45.79º | 0.61% | 0.88% | - |
HSV(B) | 45.79º | 0.16% | 0.95% | - |
XYZ | 77.4 | 82.31 | 69.57 | - |
YUV | 233.39 | 111.98 | 134.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 234 | 205 | 0 | 0.04 | 0.16 | 0.05 | 45.79 | 0.61 | 0.88 |
Hex | F3 | EA | CD | 0 | 4 | 10 | 5 | 2E | 3D | 58 |
Octal | 363 | 352 | 315 | 0 | 4 | 20 | 5 | 56 | 75 | 130 |
Binary | 11110011 | 11101010 | 11001101 | 0 | 100 | 10000 | 101 | 101110 | 111101 | 1011000 |
Color Harmonies of #F3EACD
Complementary color
Monochromatic Colors of #F3EACD
Black with #F3EACD
Text Example
Text Example
White with #F3EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EACD; }
p { color: rgb(243,234,205); }
H1.HeaderClassName
{
color: #F3EACD;
}
.AnyTagClassName
{
color: #F3EACD;
}
</style>
background-color css
<style>
a { background-color: #F3EACD; }
a { background-color: rgb(243,234,205); }
div.DivClassName
{
background-color: #F3EACD;
}
.BgClassName
{
background-color: #F3EACD;
}
</style>
border-color css
<style>
span { border-color: #F3EACD; }
span { border-color: rgb(243,234,205); }
td.TdClassName
{
border-color: #F3EACD;
}
.TagClassName
{
border-color: #F3EACD;
}
</style>