Shades of Pale Goldenrod #F2EAAB
Tints of Pale Goldenrod #F2EAAB
RGB
CMYK
RGB Variations
Color information
#F2EAAB (or 0xF2EAAB) is known color: Pale Goldenrod. HEX triplet: F2, EA and AB. RGB value is (242,234,171). Sum of RGB (Red+Green+Blue) = 242+234+171=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EAAB is #0D1554. Grayscale: #E5E5E5. Windows color (decimal): -857429 or 11266802. OLE color: 11266802.
HSL color Cylindrical-coordinate representation of color #F2EAAB: hue angle of 53.24º 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 #F2EAAB is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 171 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.05 |
| HSL | 53.24º | 0.73% | 0.81% | - |
| HSV(B) | 53.24º | 0.29% | 0.95% | - |
| XYZ | 73.39 | 80.66 | 50.23 | - |
| YUV | 229.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 171 | 0 | 0.03 | 0.29 | 0.05 | 53.24 | 0.73 | 0.81 |
| Hex | F2 | EA | AB | 0 | 3 | 1D | 5 | 35 | 49 | 51 |
| Octal | 362 | 352 | 253 | 0 | 3 | 35 | 5 | 65 | 111 | 121 |
| Binary | 11110010 | 11101010 | 10101011 | 0 | 11 | 11101 | 101 | 110101 | 1001001 | 1010001 |
Color Harmonies of #F2EAAB
Complementary color
Monochromatic Colors of #F2EAAB
Black with #F2EAAB
Text Example
Text Example
White with #F2EAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAAB; }
p { color: rgb(242,234,171); }
H1.HeaderClassName
{
color: #F2EAAB;
}
.AnyTagClassName
{
color: #F2EAAB;
}
</style>
background-color css
<style>
a { background-color: #F2EAAB; }
a { background-color: rgb(242,234,171); }
div.DivClassName
{
background-color: #F2EAAB;
}
.BgClassName
{
background-color: #F2EAAB;
}
</style>
border-color css
<style>
span { border-color: #F2EAAB; }
span { border-color: rgb(242,234,171); }
td.TdClassName
{
border-color: #F2EAAB;
}
.TagClassName
{
border-color: #F2EAAB;
}
</style>