Shades of Pale Goldenrod #F2E6AE
Tints of Pale Goldenrod #F2E6AE
RGB
CMYK
RGB Variations
Color information
#F2E6AE (or 0xF2E6AE) is known color: Pale Goldenrod. HEX triplet: F2, E6 and AE. RGB value is (242,230,174). Sum of RGB (Red+Green+Blue) = 242+230+174=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E6AE is #0D1951. Grayscale: #E3E3E3. Windows color (decimal): -858450 or 11462386. OLE color: 11462386.
HSL color Cylindrical-coordinate representation of color #F2E6AE: hue angle of 49.41º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2E6AE is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 174 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.05 |
| HSL | 49.41º | 0.72% | 0.82% | - |
| HSV(B) | 49.41º | 0.28% | 0.95% | - |
| XYZ | 72.55 | 78.53 | 51.38 | - |
| YUV | 227.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 174 | 0 | 0.05 | 0.28 | 0.05 | 49.41 | 0.72 | 0.82 |
| Hex | F2 | E6 | AE | 0 | 5 | 1C | 5 | 31 | 48 | 52 |
| Octal | 362 | 346 | 256 | 0 | 5 | 34 | 5 | 61 | 110 | 122 |
| Binary | 11110010 | 11100110 | 10101110 | 0 | 101 | 11100 | 101 | 110001 | 1001000 | 1010010 |
Color Harmonies of #F2E6AE
Complementary color
Monochromatic Colors of #F2E6AE
Black with #F2E6AE
Text Example
Text Example
White with #F2E6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6AE; }
p { color: rgb(242,230,174); }
H1.HeaderClassName
{
color: #F2E6AE;
}
.AnyTagClassName
{
color: #F2E6AE;
}
</style>
background-color css
<style>
a { background-color: #F2E6AE; }
a { background-color: rgb(242,230,174); }
div.DivClassName
{
background-color: #F2E6AE;
}
.BgClassName
{
background-color: #F2E6AE;
}
</style>
border-color css
<style>
span { border-color: #F2E6AE; }
span { border-color: rgb(242,230,174); }
td.TdClassName
{
border-color: #F2E6AE;
}
.TagClassName
{
border-color: #F2E6AE;
}
</style>