Shades of Pale Goldenrod #F1E7B2
Tints of Pale Goldenrod #F1E7B2
RGB
CMYK
RGB Variations
Color information
#F1E7B2 (or 0xF1E7B2) is known color: Pale Goldenrod. HEX triplet: F1, E7 and B2. RGB value is (241,231,178). Sum of RGB (Red+Green+Blue) = 241+231+178=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E7B2 is #0E184D. Grayscale: #E4E4E4. Windows color (decimal): -923726 or 11724785. OLE color: 11724785.
HSL color Cylindrical-coordinate representation of color #F1E7B2: hue angle of 50.48º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1E7B2 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 178 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.05 |
| HSL | 50.48º | 0.69% | 0.82% | - |
| HSV(B) | 50.48º | 0.26% | 0.95% | - |
| XYZ | 72.89 | 79.07 | 53.54 | - |
| YUV | 227.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 178 | 0 | 0.04 | 0.26 | 0.05 | 50.48 | 0.69 | 0.82 |
| Hex | F1 | E7 | B2 | 0 | 4 | 1A | 5 | 32 | 45 | 52 |
| Octal | 361 | 347 | 262 | 0 | 4 | 32 | 5 | 62 | 105 | 122 |
| Binary | 11110001 | 11100111 | 10110010 | 0 | 100 | 11010 | 101 | 110010 | 1000101 | 1010010 |
Color Harmonies of #F1E7B2
Complementary color
Monochromatic Colors of #F1E7B2
Black with #F1E7B2
Text Example
Text Example
White with #F1E7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E7B2; }
p { color: rgb(241,231,178); }
H1.HeaderClassName
{
color: #F1E7B2;
}
.AnyTagClassName
{
color: #F1E7B2;
}
</style>
background-color css
<style>
a { background-color: #F1E7B2; }
a { background-color: rgb(241,231,178); }
div.DivClassName
{
background-color: #F1E7B2;
}
.BgClassName
{
background-color: #F1E7B2;
}
</style>
border-color css
<style>
span { border-color: #F1E7B2; }
span { border-color: rgb(241,231,178); }
td.TdClassName
{
border-color: #F1E7B2;
}
.TagClassName
{
border-color: #F1E7B2;
}
</style>