Shades of Pale Goldenrod #F8EDA8
Tints of Pale Goldenrod #F8EDA8
RGB
CMYK
RGB Variations
Color information
#F8EDA8 (or 0xF8EDA8) is known color: Pale Goldenrod. HEX triplet: F8, ED and A8. RGB value is (248,237,168). Sum of RGB (Red+Green+Blue) = 248+237+168=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 168 (66.02% from 255 or 25.73% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EDA8 is #071257. Grayscale: #E8E8E8. Windows color (decimal): -463448 or 11070968. OLE color: 11070968.
HSL color Cylindrical-coordinate representation of color #F8EDA8: hue angle of 51.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8EDA8 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 168 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.03 |
| HSL | 51.75º | 0.85% | 0.82% | - |
| HSV(B) | 51.75º | 0.32% | 0.97% | - |
| XYZ | 76.06 | 83.35 | 49.13 | - |
| YUV | 232.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 168 | 0 | 0.04 | 0.32 | 0.03 | 51.75 | 0.85 | 0.82 |
| Hex | F8 | ED | A8 | 0 | 4 | 20 | 3 | 34 | 55 | 52 |
| Octal | 370 | 355 | 250 | 0 | 4 | 40 | 3 | 64 | 125 | 122 |
| Binary | 11111000 | 11101101 | 10101000 | 0 | 100 | 100000 | 11 | 110100 | 1010101 | 1010010 |
Color Harmonies of #F8EDA8
Complementary color
Monochromatic Colors of #F8EDA8
Black with #F8EDA8
Text Example
Text Example
White with #F8EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDA8; }
p { color: rgb(248,237,168); }
H1.HeaderClassName
{
color: #F8EDA8;
}
.AnyTagClassName
{
color: #F8EDA8;
}
</style>
background-color css
<style>
a { background-color: #F8EDA8; }
a { background-color: rgb(248,237,168); }
div.DivClassName
{
background-color: #F8EDA8;
}
.BgClassName
{
background-color: #F8EDA8;
}
</style>
border-color css
<style>
span { border-color: #F8EDA8; }
span { border-color: rgb(248,237,168); }
td.TdClassName
{
border-color: #F8EDA8;
}
.TagClassName
{
border-color: #F8EDA8;
}
</style>