Shades of Pale Goldenrod #F1ECB5
Tints of Pale Goldenrod #F1ECB5
RGB
CMYK
RGB Variations
Color information
#F1ECB5 (or 0xF1ECB5) is known color: Pale Goldenrod. HEX triplet: F1, EC and B5. RGB value is (241,236,181). Sum of RGB (Red+Green+Blue) = 241+236+181=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 181 (71.09% from 255 or 27.51% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECB5 is #0E134A. Grayscale: #E7E7E7. Windows color (decimal): -922443 or 11922673. OLE color: 11922673.
HSL color Cylindrical-coordinate representation of color #F1ECB5: hue angle of 55º degrees, saturation: 0.68, 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 #F1ECB5 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 181 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.05 |
| HSL | 55º | 0.68% | 0.83% | - |
| HSV(B) | 55º | 0.25% | 0.95% | - |
| XYZ | 74.61 | 82.03 | 55.62 | - |
| YUV | 231.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 181 | 0 | 0.02 | 0.25 | 0.05 | 55 | 0.68 | 0.83 |
| Hex | F1 | EC | B5 | 0 | 2 | 19 | 5 | 37 | 44 | 53 |
| Octal | 361 | 354 | 265 | 0 | 2 | 31 | 5 | 67 | 104 | 123 |
| Binary | 11110001 | 11101100 | 10110101 | 0 | 10 | 11001 | 101 | 110111 | 1000100 | 1010011 |
Color Harmonies of #F1ECB5
Complementary color
Monochromatic Colors of #F1ECB5
Black with #F1ECB5
Text Example
Text Example
White with #F1ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECB5; }
p { color: rgb(241,236,181); }
H1.HeaderClassName
{
color: #F1ECB5;
}
.AnyTagClassName
{
color: #F1ECB5;
}
</style>
background-color css
<style>
a { background-color: #F1ECB5; }
a { background-color: rgb(241,236,181); }
div.DivClassName
{
background-color: #F1ECB5;
}
.BgClassName
{
background-color: #F1ECB5;
}
</style>
border-color css
<style>
span { border-color: #F1ECB5; }
span { border-color: rgb(241,236,181); }
td.TdClassName
{
border-color: #F1ECB5;
}
.TagClassName
{
border-color: #F1ECB5;
}
</style>