Shades of Pale Goldenrod #F1E6AD
Tints of Pale Goldenrod #F1E6AD
RGB
CMYK
RGB Variations
Color information
#F1E6AD (or 0xF1E6AD) is known color: Pale Goldenrod. HEX triplet: F1, E6 and AD. RGB value is (241,230,173). Sum of RGB (Red+Green+Blue) = 241+230+173=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E6AD is #0E1952. Grayscale: #E3E3E3. Windows color (decimal): -923987 or 11396849. OLE color: 11396849.
HSL color Cylindrical-coordinate representation of color #F1E6AD: hue angle of 50.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1E6AD is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 230 | 173 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.05 |
| HSL | 50.29º | 0.71% | 0.81% | - |
| HSV(B) | 50.29º | 0.28% | 0.95% | - |
| XYZ | 72.12 | 78.31 | 50.85 | - |
| YUV | 226.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 230 | 173 | 0 | 0.05 | 0.28 | 0.05 | 50.29 | 0.71 | 0.81 |
| Hex | F1 | E6 | AD | 0 | 5 | 1C | 5 | 32 | 47 | 51 |
| Octal | 361 | 346 | 255 | 0 | 5 | 34 | 5 | 62 | 107 | 121 |
| Binary | 11110001 | 11100110 | 10101101 | 0 | 101 | 11100 | 101 | 110010 | 1000111 | 1010001 |
Color Harmonies of #F1E6AD
Complementary color
Monochromatic Colors of #F1E6AD
Black with #F1E6AD
Text Example
Text Example
White with #F1E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E6AD; }
p { color: rgb(241,230,173); }
H1.HeaderClassName
{
color: #F1E6AD;
}
.AnyTagClassName
{
color: #F1E6AD;
}
</style>
background-color css
<style>
a { background-color: #F1E6AD; }
a { background-color: rgb(241,230,173); }
div.DivClassName
{
background-color: #F1E6AD;
}
.BgClassName
{
background-color: #F1E6AD;
}
</style>
border-color css
<style>
span { border-color: #F1E6AD; }
span { border-color: rgb(241,230,173); }
td.TdClassName
{
border-color: #F1E6AD;
}
.TagClassName
{
border-color: #F1E6AD;
}
</style>