Shades of Pale Goldenrod #F2E9AC
Tints of Pale Goldenrod #F2E9AC
RGB
CMYK
RGB Variations
Color information
#F2E9AC (or 0xF2E9AC) is known color: Pale Goldenrod. HEX triplet: F2, E9 and AC. RGB value is (242,233,172). Sum of RGB (Red+Green+Blue) = 242+233+172=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E9AC is #0D1653. Grayscale: #E4E4E4. Windows color (decimal): -857684 or 11332082. OLE color: 11332082.
HSL color Cylindrical-coordinate representation of color #F2E9AC: hue angle of 52.29º 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 #F2E9AC is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 172 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.05 |
| HSL | 52.29º | 0.73% | 0.81% | - |
| HSV(B) | 52.29º | 0.29% | 0.95% | - |
| XYZ | 73.2 | 80.13 | 50.64 | - |
| YUV | 228.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 172 | 0 | 0.04 | 0.29 | 0.05 | 52.29 | 0.73 | 0.81 |
| Hex | F2 | E9 | AC | 0 | 4 | 1D | 5 | 34 | 49 | 51 |
| Octal | 362 | 351 | 254 | 0 | 4 | 35 | 5 | 64 | 111 | 121 |
| Binary | 11110010 | 11101001 | 10101100 | 0 | 100 | 11101 | 101 | 110100 | 1001001 | 1010001 |
Color Harmonies of #F2E9AC
Complementary color
Monochromatic Colors of #F2E9AC
Black with #F2E9AC
Text Example
Text Example
White with #F2E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E9AC; }
p { color: rgb(242,233,172); }
H1.HeaderClassName
{
color: #F2E9AC;
}
.AnyTagClassName
{
color: #F2E9AC;
}
</style>
background-color css
<style>
a { background-color: #F2E9AC; }
a { background-color: rgb(242,233,172); }
div.DivClassName
{
background-color: #F2E9AC;
}
.BgClassName
{
background-color: #F2E9AC;
}
</style>
border-color css
<style>
span { border-color: #F2E9AC; }
span { border-color: rgb(242,233,172); }
td.TdClassName
{
border-color: #F2E9AC;
}
.TagClassName
{
border-color: #F2E9AC;
}
</style>