Shades of Pale Prim #FEF2A4
Tints of Pale Prim #FEF2A4
RGB
CMYK
RGB Variations
Color information
#FEF2A4 (or 0xFEF2A4) is known color: Pale Prim. HEX triplet: FE, F2 and A4. RGB value is (254,242,164). Sum of RGB (Red+Green+Blue) = 254+242+164=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 164 (64.45% from 255 or 24.85% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2A4 is #010D5B. Grayscale: #EDEDED. Windows color (decimal): -68956 or 10810110. OLE color: 10810110.
HSL color Cylindrical-coordinate representation of color #FEF2A4: hue angle of 52º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEF2A4 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 164 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.00 |
| HSL | 52º | 0.98% | 0.82% | - |
| HSV(B) | 52º | 0.35% | 1% | - |
| XYZ | 79.33 | 87.26 | 47.78 | - |
| YUV | 236.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 164 | 0 | 0.05 | 0.35 | 0.00 | 52 | 0.98 | 0.82 |
| Hex | FE | F2 | A4 | 0 | 5 | 23 | 0 | 34 | 62 | 52 |
| Octal | 376 | 362 | 244 | 0 | 5 | 43 | 0 | 64 | 142 | 122 |
| Binary | 11111110 | 11110010 | 10100100 | 0 | 101 | 100011 | 0 | 110100 | 1100010 | 1010010 |
Color Harmonies of #FEF2A4
Complementary color
Monochromatic Colors of #FEF2A4
Black with #FEF2A4
Text Example
Text Example
White with #FEF2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2A4; }
p { color: rgb(254,242,164); }
H1.HeaderClassName
{
color: #FEF2A4;
}
.AnyTagClassName
{
color: #FEF2A4;
}
</style>
background-color css
<style>
a { background-color: #FEF2A4; }
a { background-color: rgb(254,242,164); }
div.DivClassName
{
background-color: #FEF2A4;
}
.BgClassName
{
background-color: #FEF2A4;
}
</style>
border-color css
<style>
span { border-color: #FEF2A4; }
span { border-color: rgb(254,242,164); }
td.TdClassName
{
border-color: #FEF2A4;
}
.TagClassName
{
border-color: #FEF2A4;
}
</style>