Shades of Pale Goldenrod #F1EFAB
Tints of Pale Goldenrod #F1EFAB
RGB
CMYK
RGB Variations
Color information
#F1EFAB (or 0xF1EFAB) is known color: Pale Goldenrod. HEX triplet: F1, EF and AB. RGB value is (241,239,171). Sum of RGB (Red+Green+Blue) = 241+239+171=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EFAB is #0E1054. Grayscale: #E8E8E8. Windows color (decimal): -921685 or 11268081. OLE color: 11268081.
HSL color Cylindrical-coordinate representation of color #F1EFAB: hue angle of 58.29º degrees, saturation: 0.71, 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 #F1EFAB is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 171 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.05 |
| HSL | 58.29º | 0.71% | 0.81% | - |
| HSV(B) | 58.29º | 0.29% | 0.95% | - |
| XYZ | 74.49 | 83.37 | 50.69 | - |
| YUV | 231.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 171 | 0 | 0.01 | 0.29 | 0.05 | 58.29 | 0.71 | 0.81 |
| Hex | F1 | EF | AB | 0 | 1 | 1D | 5 | 3A | 47 | 51 |
| Octal | 361 | 357 | 253 | 0 | 1 | 35 | 5 | 72 | 107 | 121 |
| Binary | 11110001 | 11101111 | 10101011 | 0 | 1 | 11101 | 101 | 111010 | 1000111 | 1010001 |
Color Harmonies of #F1EFAB
Complementary color
Monochromatic Colors of #F1EFAB
Black with #F1EFAB
Text Example
Text Example
White with #F1EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EFAB; }
p { color: rgb(241,239,171); }
H1.HeaderClassName
{
color: #F1EFAB;
}
.AnyTagClassName
{
color: #F1EFAB;
}
</style>
background-color css
<style>
a { background-color: #F1EFAB; }
a { background-color: rgb(241,239,171); }
div.DivClassName
{
background-color: #F1EFAB;
}
.BgClassName
{
background-color: #F1EFAB;
}
</style>
border-color css
<style>
span { border-color: #F1EFAB; }
span { border-color: rgb(241,239,171); }
td.TdClassName
{
border-color: #F1EFAB;
}
.TagClassName
{
border-color: #F1EFAB;
}
</style>