Shades of Pale Goldenrod #F1E8B4
Tints of Pale Goldenrod #F1E8B4
RGB
CMYK
RGB Variations
Color information
#F1E8B4 (or 0xF1E8B4) is known color: Pale Goldenrod. HEX triplet: F1, E8 and B4. RGB value is (241,232,180). Sum of RGB (Red+Green+Blue) = 241+232+180=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 180 (70.70% from 255 or 27.57% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8B4 is #0E174B. Grayscale: #E4E4E4. Windows color (decimal): -923468 or 11856113. OLE color: 11856113.
HSL color Cylindrical-coordinate representation of color #F1E8B4: hue angle of 51.15º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1E8B4 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 180 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.05 |
| HSL | 51.15º | 0.69% | 0.83% | - |
| HSV(B) | 51.15º | 0.25% | 0.95% | - |
| XYZ | 73.37 | 79.71 | 54.7 | - |
| YUV | 228.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 180 | 0 | 0.04 | 0.25 | 0.05 | 51.15 | 0.69 | 0.83 |
| Hex | F1 | E8 | B4 | 0 | 4 | 19 | 5 | 33 | 45 | 53 |
| Octal | 361 | 350 | 264 | 0 | 4 | 31 | 5 | 63 | 105 | 123 |
| Binary | 11110001 | 11101000 | 10110100 | 0 | 100 | 11001 | 101 | 110011 | 1000101 | 1010011 |
Color Harmonies of #F1E8B4
Complementary color
Monochromatic Colors of #F1E8B4
Black with #F1E8B4
Text Example
Text Example
White with #F1E8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8B4; }
p { color: rgb(241,232,180); }
H1.HeaderClassName
{
color: #F1E8B4;
}
.AnyTagClassName
{
color: #F1E8B4;
}
</style>
background-color css
<style>
a { background-color: #F1E8B4; }
a { background-color: rgb(241,232,180); }
div.DivClassName
{
background-color: #F1E8B4;
}
.BgClassName
{
background-color: #F1E8B4;
}
</style>
border-color css
<style>
span { border-color: #F1E8B4; }
span { border-color: rgb(241,232,180); }
td.TdClassName
{
border-color: #F1E8B4;
}
.TagClassName
{
border-color: #F1E8B4;
}
</style>