Shades of Pale Goldenrod #F0ECAC
Tints of Pale Goldenrod #F0ECAC
RGB
CMYK
RGB Variations
Color information
#F0ECAC (or 0xF0ECAC) is known color: Pale Goldenrod. HEX triplet: F0, EC and AC. RGB value is (240,236,172). Sum of RGB (Red+Green+Blue) = 240+236+172=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 172 (67.58% from 255 or 26.54% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ECAC is #0F1353. Grayscale: #E6E6E6. Windows color (decimal): -987988 or 11332848. OLE color: 11332848.
HSL color Cylindrical-coordinate representation of color #F0ECAC: hue angle of 56.47º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ECAC is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 172 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.06 |
| HSL | 56.47º | 0.69% | 0.81% | - |
| HSV(B) | 56.47º | 0.28% | 0.94% | - |
| XYZ | 73.38 | 81.49 | 50.89 | - |
| YUV | 229.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 172 | 0 | 0.02 | 0.28 | 0.06 | 56.47 | 0.69 | 0.81 |
| Hex | F0 | EC | AC | 0 | 2 | 1C | 6 | 38 | 45 | 51 |
| Octal | 360 | 354 | 254 | 0 | 2 | 34 | 6 | 70 | 105 | 121 |
| Binary | 11110000 | 11101100 | 10101100 | 0 | 10 | 11100 | 110 | 111000 | 1000101 | 1010001 |
Color Harmonies of #F0ECAC
Complementary color
Monochromatic Colors of #F0ECAC
Black with #F0ECAC
Text Example
Text Example
White with #F0ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECAC; }
p { color: rgb(240,236,172); }
H1.HeaderClassName
{
color: #F0ECAC;
}
.AnyTagClassName
{
color: #F0ECAC;
}
</style>
background-color css
<style>
a { background-color: #F0ECAC; }
a { background-color: rgb(240,236,172); }
div.DivClassName
{
background-color: #F0ECAC;
}
.BgClassName
{
background-color: #F0ECAC;
}
</style>
border-color css
<style>
span { border-color: #F0ECAC; }
span { border-color: rgb(240,236,172); }
td.TdClassName
{
border-color: #F0ECAC;
}
.TagClassName
{
border-color: #F0ECAC;
}
</style>