Shades of Pale Goldenrod #F2EFA8
Tints of Pale Goldenrod #F2EFA8
RGB
CMYK
RGB Variations
Color information
#F2EFA8 (or 0xF2EFA8) is known color: Pale Goldenrod. HEX triplet: F2, EF and A8. RGB value is (242,239,168). Sum of RGB (Red+Green+Blue) = 242+239+168=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 168 (66.02% from 255 or 25.89% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EFA8 is #0D1057. Grayscale: #E8E8E8. Windows color (decimal): -856152 or 11071474. OLE color: 11071474.
HSL color Cylindrical-coordinate representation of color #F2EFA8: hue angle of 57.57º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2EFA8 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 168 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.05 |
| HSL | 57.57º | 0.74% | 0.8% | - |
| HSV(B) | 57.57º | 0.31% | 0.95% | - |
| XYZ | 74.55 | 83.44 | 49.22 | - |
| YUV | 231.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 168 | 0 | 0.01 | 0.31 | 0.05 | 57.57 | 0.74 | 0.8 |
| Hex | F2 | EF | A8 | 0 | 1 | 1F | 5 | 3A | 4A | 50 |
| Octal | 362 | 357 | 250 | 0 | 1 | 37 | 5 | 72 | 112 | 120 |
| Binary | 11110010 | 11101111 | 10101000 | 0 | 1 | 11111 | 101 | 111010 | 1001010 | 1010000 |
Color Harmonies of #F2EFA8
Complementary color
Monochromatic Colors of #F2EFA8
Black with #F2EFA8
Text Example
Text Example
White with #F2EFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFA8; }
p { color: rgb(242,239,168); }
H1.HeaderClassName
{
color: #F2EFA8;
}
.AnyTagClassName
{
color: #F2EFA8;
}
</style>
background-color css
<style>
a { background-color: #F2EFA8; }
a { background-color: rgb(242,239,168); }
div.DivClassName
{
background-color: #F2EFA8;
}
.BgClassName
{
background-color: #F2EFA8;
}
</style>
border-color css
<style>
span { border-color: #F2EFA8; }
span { border-color: rgb(242,239,168); }
td.TdClassName
{
border-color: #F2EFA8;
}
.TagClassName
{
border-color: #F2EFA8;
}
</style>