Shades of Pale Prim #FEF2A0
Tints of Pale Prim #FEF2A0
RGB
CMYK
RGB Variations
Color information
#FEF2A0 (or 0xFEF2A0) is known color: Pale Prim. HEX triplet: FE, F2 and A0. RGB value is (254,242,160). Sum of RGB (Red+Green+Blue) = 254+242+160=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 160 (62.89% from 255 or 24.39% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2A0 is #010D5F. Grayscale: #ECECEC. Windows color (decimal): -68960 or 10547966. OLE color: 10547966.
HSL color Cylindrical-coordinate representation of color #FEF2A0: hue angle of 52.34º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEF2A0 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 160 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.00 |
| HSL | 52.34º | 0.98% | 0.81% | - |
| HSV(B) | 52.34º | 0.37% | 1% | - |
| XYZ | 78.97 | 87.11 | 45.91 | - |
| YUV | 236.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 160 | 0 | 0.05 | 0.37 | 0.00 | 52.34 | 0.98 | 0.81 |
| Hex | FE | F2 | A0 | 0 | 5 | 25 | 0 | 34 | 62 | 51 |
| Octal | 376 | 362 | 240 | 0 | 5 | 45 | 0 | 64 | 142 | 121 |
| Binary | 11111110 | 11110010 | 10100000 | 0 | 101 | 100101 | 0 | 110100 | 1100010 | 1010001 |
Color Harmonies of #FEF2A0
Complementary color
Monochromatic Colors of #FEF2A0
Black with #FEF2A0
Text Example
Text Example
White with #FEF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2A0; }
p { color: rgb(254,242,160); }
H1.HeaderClassName
{
color: #FEF2A0;
}
.AnyTagClassName
{
color: #FEF2A0;
}
</style>
background-color css
<style>
a { background-color: #FEF2A0; }
a { background-color: rgb(254,242,160); }
div.DivClassName
{
background-color: #FEF2A0;
}
.BgClassName
{
background-color: #FEF2A0;
}
</style>
border-color css
<style>
span { border-color: #FEF2A0; }
span { border-color: rgb(254,242,160); }
td.TdClassName
{
border-color: #FEF2A0;
}
.TagClassName
{
border-color: #FEF2A0;
}
</style>