Shades of Pale Goldenrod #F2EBAB
Tints of Pale Goldenrod #F2EBAB
RGB
CMYK
RGB Variations
Color information
#F2EBAB (or 0xF2EBAB) is known color: Pale Goldenrod. HEX triplet: F2, EB and AB. RGB value is (242,235,171). Sum of RGB (Red+Green+Blue) = 242+235+171=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EBAB is #0D1454. Grayscale: #E6E6E6. Windows color (decimal): -857173 or 11267058. OLE color: 11267058.
HSL color Cylindrical-coordinate representation of color #F2EBAB: hue angle of 54.08º 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 #F2EBAB is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 171 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.05 |
| HSL | 54.08º | 0.73% | 0.81% | - |
| HSV(B) | 54.08º | 0.29% | 0.95% | - |
| XYZ | 73.68 | 81.23 | 50.32 | - |
| YUV | 229.8 | 94.82 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 171 | 0 | 0.03 | 0.29 | 0.05 | 54.08 | 0.73 | 0.81 |
| Hex | F2 | EB | AB | 0 | 3 | 1D | 5 | 36 | 49 | 51 |
| Octal | 362 | 353 | 253 | 0 | 3 | 35 | 5 | 66 | 111 | 121 |
| Binary | 11110010 | 11101011 | 10101011 | 0 | 11 | 11101 | 101 | 110110 | 1001001 | 1010001 |
Color Harmonies of #F2EBAB
Complementary color
Monochromatic Colors of #F2EBAB
Black with #F2EBAB
Text Example
Text Example
White with #F2EBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBAB; }
p { color: rgb(242,235,171); }
H1.HeaderClassName
{
color: #F2EBAB;
}
.AnyTagClassName
{
color: #F2EBAB;
}
</style>
background-color css
<style>
a { background-color: #F2EBAB; }
a { background-color: rgb(242,235,171); }
div.DivClassName
{
background-color: #F2EBAB;
}
.BgClassName
{
background-color: #F2EBAB;
}
</style>
border-color css
<style>
span { border-color: #F2EBAB; }
span { border-color: rgb(242,235,171); }
td.TdClassName
{
border-color: #F2EBAB;
}
.TagClassName
{
border-color: #F2EBAB;
}
</style>