Shades of Gin Fizz #F3E8CD
Tints of Gin Fizz #F3E8CD
RGB
CMYK
RGB Variations
Color information
#F3E8CD (or 0xF3E8CD) is known color: Gin Fizz. HEX triplet: F3, E8 and CD. RGB value is (243,232,205). Sum of RGB (Red+Green+Blue) = 243+232+205=680 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.74% from 680); Green value is 232 (91.02% from 255 or 34.12% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E8CD is #0C1732. Grayscale: #E8E8E8. Windows color (decimal): -792371 or 13494515. OLE color: 13494515.
HSL color Cylindrical-coordinate representation of color #F3E8CD: hue angle of 42.63º 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 #F3E8CD is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 232 | 205 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.05 |
| HSL | 42.63º | 0.61% | 0.88% | - |
| HSV(B) | 42.63º | 0.16% | 0.95% | - |
| XYZ | 76.84 | 81.18 | 69.38 | - |
| YUV | 232.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 232 | 205 | 0 | 0.05 | 0.16 | 0.05 | 42.63 | 0.61 | 0.88 |
| Hex | F3 | E8 | CD | 0 | 5 | 10 | 5 | 2B | 3D | 58 |
| Octal | 363 | 350 | 315 | 0 | 5 | 20 | 5 | 53 | 75 | 130 |
| Binary | 11110011 | 11101000 | 11001101 | 0 | 101 | 10000 | 101 | 101011 | 111101 | 1011000 |
Color Harmonies of #F3E8CD
Complementary color
Monochromatic Colors of #F3E8CD
Black with #F3E8CD
Text Example
Text Example
White with #F3E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E8CD; }
p { color: rgb(243,232,205); }
H1.HeaderClassName
{
color: #F3E8CD;
}
.AnyTagClassName
{
color: #F3E8CD;
}
</style>
background-color css
<style>
a { background-color: #F3E8CD; }
a { background-color: rgb(243,232,205); }
div.DivClassName
{
background-color: #F3E8CD;
}
.BgClassName
{
background-color: #F3E8CD;
}
</style>
border-color css
<style>
span { border-color: #F3E8CD; }
span { border-color: rgb(243,232,205); }
td.TdClassName
{
border-color: #F3E8CD;
}
.TagClassName
{
border-color: #F3E8CD;
}
</style>