Shades of Pale Goldenrod #F1EDA8
Tints of Pale Goldenrod #F1EDA8
RGB
CMYK
RGB Variations
Color information
#F1EDA8 (or 0xF1EDA8) is known color: Pale Goldenrod. HEX triplet: F1, ED and A8. RGB value is (241,237,168). Sum of RGB (Red+Green+Blue) = 241+237+168=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 168 (66.02% from 255 or 26.01% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EDA8 is #0E1257. Grayscale: #E6E6E6. Windows color (decimal): -922200 or 11070961. OLE color: 11070961.
HSL color Cylindrical-coordinate representation of color #F1EDA8: hue angle of 56.71º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1EDA8 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 168 | - |
CMYK | 0 | 0.02 | 0.30 | 0.05 |
HSL | 56.71º | 0.72% | 0.8% | - |
HSV(B) | 56.71º | 0.3% | 0.95% | - |
XYZ | 73.63 | 82.1 | 49.01 | - |
YUV | 230.33 | 92.83 | 135.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 168 | 0 | 0.02 | 0.30 | 0.05 | 56.71 | 0.72 | 0.8 |
Hex | F1 | ED | A8 | 0 | 2 | 1E | 5 | 39 | 48 | 50 |
Octal | 361 | 355 | 250 | 0 | 2 | 36 | 5 | 71 | 110 | 120 |
Binary | 11110001 | 11101101 | 10101000 | 0 | 10 | 11110 | 101 | 111001 | 1001000 | 1010000 |
Color Harmonies of #F1EDA8
Complementary color
Monochromatic Colors of #F1EDA8
Black with #F1EDA8
Text Example
Text Example
White with #F1EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDA8; }
p { color: rgb(241,237,168); }
H1.HeaderClassName
{
color: #F1EDA8;
}
.AnyTagClassName
{
color: #F1EDA8;
}
</style>
background-color css
<style>
a { background-color: #F1EDA8; }
a { background-color: rgb(241,237,168); }
div.DivClassName
{
background-color: #F1EDA8;
}
.BgClassName
{
background-color: #F1EDA8;
}
</style>
border-color css
<style>
span { border-color: #F1EDA8; }
span { border-color: rgb(241,237,168); }
td.TdClassName
{
border-color: #F1EDA8;
}
.TagClassName
{
border-color: #F1EDA8;
}
</style>