Shades of Pale Prim #FEF5A1
Tints of Pale Prim #FEF5A1
RGB
CMYK
RGB Variations
Color information
#FEF5A1 (or 0xFEF5A1) is known color: Pale Prim. HEX triplet: FE, F5 and A1. RGB value is (254,245,161). Sum of RGB (Red+Green+Blue) = 254+245+161=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 161 (63.28% from 255 or 24.39% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5A1 is #010A5E. Grayscale: #EEEEEE. Windows color (decimal): -68191 or 10614270. OLE color: 10614270.
HSL color Cylindrical-coordinate representation of color #FEF5A1: hue angle of 54.19º 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 #FEF5A1 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 161 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.00 |
| HSL | 54.19º | 0.98% | 0.81% | - |
| HSV(B) | 54.19º | 0.37% | 1% | - |
| XYZ | 79.96 | 88.95 | 46.67 | - |
| YUV | 238.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 161 | 0 | 0.04 | 0.37 | 0.00 | 54.19 | 0.98 | 0.81 |
| Hex | FE | F5 | A1 | 0 | 4 | 25 | 0 | 36 | 62 | 51 |
| Octal | 376 | 365 | 241 | 0 | 4 | 45 | 0 | 66 | 142 | 121 |
| Binary | 11111110 | 11110101 | 10100001 | 0 | 100 | 100101 | 0 | 110110 | 1100010 | 1010001 |
Color Harmonies of #FEF5A1
Complementary color
Monochromatic Colors of #FEF5A1
Black with #FEF5A1
Text Example
Text Example
White with #FEF5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5A1; }
p { color: rgb(254,245,161); }
H1.HeaderClassName
{
color: #FEF5A1;
}
.AnyTagClassName
{
color: #FEF5A1;
}
</style>
background-color css
<style>
a { background-color: #FEF5A1; }
a { background-color: rgb(254,245,161); }
div.DivClassName
{
background-color: #FEF5A1;
}
.BgClassName
{
background-color: #FEF5A1;
}
</style>
border-color css
<style>
span { border-color: #FEF5A1; }
span { border-color: rgb(254,245,161); }
td.TdClassName
{
border-color: #FEF5A1;
}
.TagClassName
{
border-color: #FEF5A1;
}
</style>