Shades of Pale Prim #FEF2A1
Tints of Pale Prim #FEF2A1
RGB
CMYK
RGB Variations
Color information
#FEF2A1 (or 0xFEF2A1) is known color: Pale Prim. HEX triplet: FE, F2 and A1. RGB value is (254,242,161). Sum of RGB (Red+Green+Blue) = 254+242+161=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 161 (63.28% from 255 or 24.51% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2A1 is #010D5E. Grayscale: #ECECEC. Windows color (decimal): -68959 or 10613502. OLE color: 10613502.
HSL color Cylindrical-coordinate representation of color #FEF2A1: hue angle of 52.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 #FEF2A1 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 161 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.00 |
| HSL | 52.26º | 0.98% | 0.81% | - |
| HSV(B) | 52.26º | 0.37% | 1% | - |
| XYZ | 79.06 | 87.15 | 46.37 | - |
| YUV | 236.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 161 | 0 | 0.05 | 0.37 | 0.00 | 52.26 | 0.98 | 0.81 |
| Hex | FE | F2 | A1 | 0 | 5 | 25 | 0 | 34 | 62 | 51 |
| Octal | 376 | 362 | 241 | 0 | 5 | 45 | 0 | 64 | 142 | 121 |
| Binary | 11111110 | 11110010 | 10100001 | 0 | 101 | 100101 | 0 | 110100 | 1100010 | 1010001 |
Color Harmonies of #FEF2A1
Complementary color
Monochromatic Colors of #FEF2A1
Black with #FEF2A1
Text Example
Text Example
White with #FEF2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2A1; }
p { color: rgb(254,242,161); }
H1.HeaderClassName
{
color: #FEF2A1;
}
.AnyTagClassName
{
color: #FEF2A1;
}
</style>
background-color css
<style>
a { background-color: #FEF2A1; }
a { background-color: rgb(254,242,161); }
div.DivClassName
{
background-color: #FEF2A1;
}
.BgClassName
{
background-color: #FEF2A1;
}
</style>
border-color css
<style>
span { border-color: #FEF2A1; }
span { border-color: rgb(254,242,161); }
td.TdClassName
{
border-color: #FEF2A1;
}
.TagClassName
{
border-color: #FEF2A1;
}
</style>