Shades of Pale Goldenrod #F2EAB5
Tints of Pale Goldenrod #F2EAB5
RGB
CMYK
RGB Variations
Color information
#F2EAB5 (or 0xF2EAB5) is known color: Pale Goldenrod. HEX triplet: F2, EA and B5. RGB value is (242,234,181). Sum of RGB (Red+Green+Blue) = 242+234+181=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 181 (71.09% from 255 or 27.55% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAB5 is #0D154A. Grayscale: #E6E6E6. Windows color (decimal): -857419 or 11922162. OLE color: 11922162.
HSL color Cylindrical-coordinate representation of color #F2EAB5: hue angle of 52.13º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2EAB5 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 181 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.05 |
| HSL | 52.13º | 0.7% | 0.83% | - |
| HSV(B) | 52.13º | 0.25% | 0.95% | - |
| XYZ | 74.38 | 81.06 | 55.44 | - |
| YUV | 230.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 181 | 0 | 0.03 | 0.25 | 0.05 | 52.13 | 0.7 | 0.83 |
| Hex | F2 | EA | B5 | 0 | 3 | 19 | 5 | 34 | 46 | 53 |
| Octal | 362 | 352 | 265 | 0 | 3 | 31 | 5 | 64 | 106 | 123 |
| Binary | 11110010 | 11101010 | 10110101 | 0 | 11 | 11001 | 101 | 110100 | 1000110 | 1010011 |
Color Harmonies of #F2EAB5
Complementary color
Monochromatic Colors of #F2EAB5
Black with #F2EAB5
Text Example
Text Example
White with #F2EAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAB5; }
p { color: rgb(242,234,181); }
H1.HeaderClassName
{
color: #F2EAB5;
}
.AnyTagClassName
{
color: #F2EAB5;
}
</style>
background-color css
<style>
a { background-color: #F2EAB5; }
a { background-color: rgb(242,234,181); }
div.DivClassName
{
background-color: #F2EAB5;
}
.BgClassName
{
background-color: #F2EAB5;
}
</style>
border-color css
<style>
span { border-color: #F2EAB5; }
span { border-color: rgb(242,234,181); }
td.TdClassName
{
border-color: #F2EAB5;
}
.TagClassName
{
border-color: #F2EAB5;
}
</style>