Shades of Pale Goldenrod #F1E7B3
Tints of Pale Goldenrod #F1E7B3
RGB
CMYK
RGB Variations
Color information
#F1E7B3 (or 0xF1E7B3) is known color: Pale Goldenrod. HEX triplet: F1, E7 and B3. RGB value is (241,231,179). Sum of RGB (Red+Green+Blue) = 241+231+179=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7B3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7B3 is #0E184C. Grayscale: #E4E4E4. Windows color (decimal): -923725 or 11790321. OLE color: 11790321.
HSL color Cylindrical-coordinate representation of color #F1E7B3: hue angle of 50.32º 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 #F1E7B3 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 179 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.05 |
| HSL | 50.32º | 0.69% | 0.82% | - |
| HSV(B) | 50.32º | 0.26% | 0.95% | - |
| XYZ | 72.99 | 79.11 | 54.07 | - |
| YUV | 228.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 179 | 0 | 0.04 | 0.26 | 0.05 | 50.32 | 0.69 | 0.82 |
| Hex | F1 | E7 | B3 | 0 | 4 | 1A | 5 | 32 | 45 | 52 |
| Octal | 361 | 347 | 263 | 0 | 4 | 32 | 5 | 62 | 105 | 122 |
| Binary | 11110001 | 11100111 | 10110011 | 0 | 100 | 11010 | 101 | 110010 | 1000101 | 1010010 |
Color Harmonies of #F1E7B3
Complementary color
Monochromatic Colors of #F1E7B3
Black with #F1E7B3
Text Example
Text Example
White with #F1E7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E7B3; }
p { color: rgb(241,231,179); }
H1.HeaderClassName
{
color: #F1E7B3;
}
.AnyTagClassName
{
color: #F1E7B3;
}
</style>
background-color css
<style>
a { background-color: #F1E7B3; }
a { background-color: rgb(241,231,179); }
div.DivClassName
{
background-color: #F1E7B3;
}
.BgClassName
{
background-color: #F1E7B3;
}
</style>
border-color css
<style>
span { border-color: #F1E7B3; }
span { border-color: rgb(241,231,179); }
td.TdClassName
{
border-color: #F1E7B3;
}
.TagClassName
{
border-color: #F1E7B3;
}
</style>