Shades of Pale Goldenrod #F2EEAF
Tints of Pale Goldenrod #F2EEAF
RGB
CMYK
RGB Variations
Color information
#F2EEAF (or 0xF2EEAF) is known color: Pale Goldenrod. HEX triplet: F2, EE and AF. RGB value is (242,238,175). Sum of RGB (Red+Green+Blue) = 242+238+175=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 175 (68.75% from 255 or 26.72% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EEAF is #0D1150. Grayscale: #E8E8E8. Windows color (decimal): -856401 or 11529970. OLE color: 11529970.
HSL color Cylindrical-coordinate representation of color #F2EEAF: hue angle of 56.42º 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 #F2EEAF is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 175 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.05 |
| HSL | 56.42º | 0.72% | 0.82% | - |
| HSV(B) | 56.42º | 0.28% | 0.95% | - |
| XYZ | 74.93 | 83.12 | 52.65 | - |
| YUV | 232.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 175 | 0 | 0.02 | 0.28 | 0.05 | 56.42 | 0.72 | 0.82 |
| Hex | F2 | EE | AF | 0 | 2 | 1C | 5 | 38 | 48 | 52 |
| Octal | 362 | 356 | 257 | 0 | 2 | 34 | 5 | 70 | 110 | 122 |
| Binary | 11110010 | 11101110 | 10101111 | 0 | 10 | 11100 | 101 | 111000 | 1001000 | 1010010 |
Color Harmonies of #F2EEAF
Complementary color
Monochromatic Colors of #F2EEAF
Black with #F2EEAF
Text Example
Text Example
White with #F2EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEAF; }
p { color: rgb(242,238,175); }
H1.HeaderClassName
{
color: #F2EEAF;
}
.AnyTagClassName
{
color: #F2EEAF;
}
</style>
background-color css
<style>
a { background-color: #F2EEAF; }
a { background-color: rgb(242,238,175); }
div.DivClassName
{
background-color: #F2EEAF;
}
.BgClassName
{
background-color: #F2EEAF;
}
</style>
border-color css
<style>
span { border-color: #F2EEAF; }
span { border-color: rgb(242,238,175); }
td.TdClassName
{
border-color: #F2EEAF;
}
.TagClassName
{
border-color: #F2EEAF;
}
</style>