Shades of Pale Goldenrod #F2EEAC
Tints of Pale Goldenrod #F2EEAC
RGB
CMYK
RGB Variations
Color information
#F2EEAC (or 0xF2EEAC) is known color: Pale Goldenrod. HEX triplet: F2, EE and AC. RGB value is (242,238,172). Sum of RGB (Red+Green+Blue) = 242+238+172=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EEAC is #0D1153. Grayscale: #E7E7E7. Windows color (decimal): -856404 or 11333362. OLE color: 11333362.
HSL color Cylindrical-coordinate representation of color #F2EEAC: hue angle of 56.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2EEAC is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 172 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.05 |
| HSL | 56.57º | 0.73% | 0.81% | - |
| HSV(B) | 56.57º | 0.29% | 0.95% | - |
| XYZ | 74.64 | 83 | 51.12 | - |
| YUV | 231.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 172 | 0 | 0.02 | 0.29 | 0.05 | 56.57 | 0.73 | 0.81 |
| Hex | F2 | EE | AC | 0 | 2 | 1D | 5 | 39 | 49 | 51 |
| Octal | 362 | 356 | 254 | 0 | 2 | 35 | 5 | 71 | 111 | 121 |
| Binary | 11110010 | 11101110 | 10101100 | 0 | 10 | 11101 | 101 | 111001 | 1001001 | 1010001 |
Color Harmonies of #F2EEAC
Complementary color
Monochromatic Colors of #F2EEAC
Black with #F2EEAC
Text Example
Text Example
White with #F2EEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEAC; }
p { color: rgb(242,238,172); }
H1.HeaderClassName
{
color: #F2EEAC;
}
.AnyTagClassName
{
color: #F2EEAC;
}
</style>
background-color css
<style>
a { background-color: #F2EEAC; }
a { background-color: rgb(242,238,172); }
div.DivClassName
{
background-color: #F2EEAC;
}
.BgClassName
{
background-color: #F2EEAC;
}
</style>
border-color css
<style>
span { border-color: #F2EEAC; }
span { border-color: rgb(242,238,172); }
td.TdClassName
{
border-color: #F2EEAC;
}
.TagClassName
{
border-color: #F2EEAC;
}
</style>