Shades of Pale Goldenrod #F2E6AA
Tints of Pale Goldenrod #F2E6AA
RGB
CMYK
RGB Variations
Color information
#F2E6AA (or 0xF2E6AA) is known color: Pale Goldenrod. HEX triplet: F2, E6 and AA. RGB value is (242,230,170). Sum of RGB (Red+Green+Blue) = 242+230+170=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E6AA is #0D1955. Grayscale: #E2E2E2. Windows color (decimal): -858454 or 11200242. OLE color: 11200242.
HSL color Cylindrical-coordinate representation of color #F2E6AA: hue angle of 50º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2E6AA is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 170 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.05 |
| HSL | 50º | 0.73% | 0.81% | - |
| HSV(B) | 50º | 0.3% | 0.95% | - |
| XYZ | 72.17 | 78.37 | 49.35 | - |
| YUV | 226.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 170 | 0 | 0.05 | 0.30 | 0.05 | 50 | 0.73 | 0.81 |
| Hex | F2 | E6 | AA | 0 | 5 | 1E | 5 | 32 | 49 | 51 |
| Octal | 362 | 346 | 252 | 0 | 5 | 36 | 5 | 62 | 111 | 121 |
| Binary | 11110010 | 11100110 | 10101010 | 0 | 101 | 11110 | 101 | 110010 | 1001001 | 1010001 |
Color Harmonies of #F2E6AA
Complementary color
Monochromatic Colors of #F2E6AA
Black with #F2E6AA
Text Example
Text Example
White with #F2E6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6AA; }
p { color: rgb(242,230,170); }
H1.HeaderClassName
{
color: #F2E6AA;
}
.AnyTagClassName
{
color: #F2E6AA;
}
</style>
background-color css
<style>
a { background-color: #F2E6AA; }
a { background-color: rgb(242,230,170); }
div.DivClassName
{
background-color: #F2E6AA;
}
.BgClassName
{
background-color: #F2E6AA;
}
</style>
border-color css
<style>
span { border-color: #F2E6AA; }
span { border-color: rgb(242,230,170); }
td.TdClassName
{
border-color: #F2E6AA;
}
.TagClassName
{
border-color: #F2E6AA;
}
</style>