Shades of Pale Prim #FEF5A2
Tints of Pale Prim #FEF5A2
RGB
CMYK
RGB Variations
Color information
#FEF5A2 (or 0xFEF5A2) is known color: Pale Prim. HEX triplet: FE, F5 and A2. RGB value is (254,245,162). Sum of RGB (Red+Green+Blue) = 254+245+162=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 162 (63.67% from 255 or 24.51% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5A2 is #010A5D. Grayscale: #EEEEEE. Windows color (decimal): -68190 or 10679806. OLE color: 10679806.
HSL color Cylindrical-coordinate representation of color #FEF5A2: hue angle of 54.13º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEF5A2 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 162 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.00 |
| HSL | 54.13º | 0.98% | 0.82% | - |
| HSV(B) | 54.13º | 0.36% | 1% | - |
| XYZ | 80.05 | 88.98 | 47.14 | - |
| YUV | 238.23 | 84.98 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 162 | 0 | 0.04 | 0.36 | 0.00 | 54.13 | 0.98 | 0.82 |
| Hex | FE | F5 | A2 | 0 | 4 | 24 | 0 | 36 | 62 | 52 |
| Octal | 376 | 365 | 242 | 0 | 4 | 44 | 0 | 66 | 142 | 122 |
| Binary | 11111110 | 11110101 | 10100010 | 0 | 100 | 100100 | 0 | 110110 | 1100010 | 1010010 |
Color Harmonies of #FEF5A2
Complementary color
Monochromatic Colors of #FEF5A2
Black with #FEF5A2
Text Example
Text Example
White with #FEF5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5A2; }
p { color: rgb(254,245,162); }
H1.HeaderClassName
{
color: #FEF5A2;
}
.AnyTagClassName
{
color: #FEF5A2;
}
</style>
background-color css
<style>
a { background-color: #FEF5A2; }
a { background-color: rgb(254,245,162); }
div.DivClassName
{
background-color: #FEF5A2;
}
.BgClassName
{
background-color: #FEF5A2;
}
</style>
border-color css
<style>
span { border-color: #FEF5A2; }
span { border-color: rgb(254,245,162); }
td.TdClassName
{
border-color: #FEF5A2;
}
.TagClassName
{
border-color: #FEF5A2;
}
</style>