Shades of Pale Goldenrod #F1E5AC
Tints of Pale Goldenrod #F1E5AC
RGB
CMYK
RGB Variations
Color information
#F1E5AC (or 0xF1E5AC) is known color: Pale Goldenrod. HEX triplet: F1, E5 and AC. RGB value is (241,229,172). Sum of RGB (Red+Green+Blue) = 241+229+172=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E5AC is #0E1A53. Grayscale: #E2E2E2. Windows color (decimal): -924244 or 11331057. OLE color: 11331057.
HSL color Cylindrical-coordinate representation of color #F1E5AC: hue angle of 49.57º 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 #F1E5AC is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 172 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.05 |
| HSL | 49.57º | 0.71% | 0.81% | - |
| HSV(B) | 49.57º | 0.29% | 0.95% | - |
| XYZ | 71.74 | 77.72 | 50.25 | - |
| YUV | 226.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 172 | 0 | 0.05 | 0.29 | 0.05 | 49.57 | 0.71 | 0.81 |
| Hex | F1 | E5 | AC | 0 | 5 | 1D | 5 | 32 | 47 | 51 |
| Octal | 361 | 345 | 254 | 0 | 5 | 35 | 5 | 62 | 107 | 121 |
| Binary | 11110001 | 11100101 | 10101100 | 0 | 101 | 11101 | 101 | 110010 | 1000111 | 1010001 |
Color Harmonies of #F1E5AC
Complementary color
Monochromatic Colors of #F1E5AC
Black with #F1E5AC
Text Example
Text Example
White with #F1E5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E5AC; }
p { color: rgb(241,229,172); }
H1.HeaderClassName
{
color: #F1E5AC;
}
.AnyTagClassName
{
color: #F1E5AC;
}
</style>
background-color css
<style>
a { background-color: #F1E5AC; }
a { background-color: rgb(241,229,172); }
div.DivClassName
{
background-color: #F1E5AC;
}
.BgClassName
{
background-color: #F1E5AC;
}
</style>
border-color css
<style>
span { border-color: #F1E5AC; }
span { border-color: rgb(241,229,172); }
td.TdClassName
{
border-color: #F1E5AC;
}
.TagClassName
{
border-color: #F1E5AC;
}
</style>