Shades of Pale Goldenrod #F2ECAB
Tints of Pale Goldenrod #F2ECAB
RGB
CMYK
RGB Variations
Color information
#F2ECAB (or 0xF2ECAB) is known color: Pale Goldenrod. HEX triplet: F2, EC and AB. RGB value is (242,236,171). Sum of RGB (Red+Green+Blue) = 242+236+171=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 171 (67.19% from 255 or 26.35% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ECAB is #0D1354. Grayscale: #E6E6E6. Windows color (decimal): -856917 or 11267314. OLE color: 11267314.
HSL color Cylindrical-coordinate representation of color #F2ECAB: hue angle of 54.93º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ECAB is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 171 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.05 |
| HSL | 54.93º | 0.73% | 0.81% | - |
| HSV(B) | 54.93º | 0.29% | 0.95% | - |
| XYZ | 73.96 | 81.81 | 50.42 | - |
| YUV | 230.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 171 | 0 | 0.02 | 0.29 | 0.05 | 54.93 | 0.73 | 0.81 |
| Hex | F2 | EC | AB | 0 | 2 | 1D | 5 | 37 | 49 | 51 |
| Octal | 362 | 354 | 253 | 0 | 2 | 35 | 5 | 67 | 111 | 121 |
| Binary | 11110010 | 11101100 | 10101011 | 0 | 10 | 11101 | 101 | 110111 | 1001001 | 1010001 |
Color Harmonies of #F2ECAB
Complementary color
Monochromatic Colors of #F2ECAB
Black with #F2ECAB
Text Example
Text Example
White with #F2ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECAB; }
p { color: rgb(242,236,171); }
H1.HeaderClassName
{
color: #F2ECAB;
}
.AnyTagClassName
{
color: #F2ECAB;
}
</style>
background-color css
<style>
a { background-color: #F2ECAB; }
a { background-color: rgb(242,236,171); }
div.DivClassName
{
background-color: #F2ECAB;
}
.BgClassName
{
background-color: #F2ECAB;
}
</style>
border-color css
<style>
span { border-color: #F2ECAB; }
span { border-color: rgb(242,236,171); }
td.TdClassName
{
border-color: #F2ECAB;
}
.TagClassName
{
border-color: #F2ECAB;
}
</style>