Shades of Pale Prim #FEF5A0
Tints of Pale Prim #FEF5A0
RGB
CMYK
RGB Variations
Color information
#FEF5A0 (or 0xFEF5A0) is known color: Pale Prim. HEX triplet: FE, F5 and A0. RGB value is (254,245,160). Sum of RGB (Red+Green+Blue) = 254+245+160=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 160 (62.89% from 255 or 24.28% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5A0 is #010A5F. Grayscale: #EEEEEE. Windows color (decimal): -68192 or 10548734. OLE color: 10548734.
HSL color Cylindrical-coordinate representation of color #FEF5A0: hue angle of 54.26º 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 #FEF5A0 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 160 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.00 |
| HSL | 54.26º | 0.98% | 0.81% | - |
| HSV(B) | 54.26º | 0.37% | 1% | - |
| XYZ | 79.87 | 88.91 | 46.21 | - |
| YUV | 238 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 160 | 0 | 0.04 | 0.37 | 0.00 | 54.26 | 0.98 | 0.81 |
| Hex | FE | F5 | A0 | 0 | 4 | 25 | 0 | 36 | 62 | 51 |
| Octal | 376 | 365 | 240 | 0 | 4 | 45 | 0 | 66 | 142 | 121 |
| Binary | 11111110 | 11110101 | 10100000 | 0 | 100 | 100101 | 0 | 110110 | 1100010 | 1010001 |
Color Harmonies of #FEF5A0
Complementary color
Monochromatic Colors of #FEF5A0
Black with #FEF5A0
Text Example
Text Example
White with #FEF5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5A0; }
p { color: rgb(254,245,160); }
H1.HeaderClassName
{
color: #FEF5A0;
}
.AnyTagClassName
{
color: #FEF5A0;
}
</style>
background-color css
<style>
a { background-color: #FEF5A0; }
a { background-color: rgb(254,245,160); }
div.DivClassName
{
background-color: #FEF5A0;
}
.BgClassName
{
background-color: #FEF5A0;
}
</style>
border-color css
<style>
span { border-color: #FEF5A0; }
span { border-color: rgb(254,245,160); }
td.TdClassName
{
border-color: #FEF5A0;
}
.TagClassName
{
border-color: #FEF5A0;
}
</style>