Shades of Pale Prim #FEF5A4
Tints of Pale Prim #FEF5A4
RGB
CMYK
RGB Variations
Color information
#FEF5A4 (or 0xFEF5A4) is known color: Pale Prim. HEX triplet: FE, F5 and A4. RGB value is (254,245,164). Sum of RGB (Red+Green+Blue) = 254+245+164=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 164 (64.45% from 255 or 24.74% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5A4 is #010A5B. Grayscale: #EEEEEE. Windows color (decimal): -68188 or 10810878. OLE color: 10810878.
HSL color Cylindrical-coordinate representation of color #FEF5A4: hue angle of 54º 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 #FEF5A4 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 164 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.00 |
| HSL | 54º | 0.98% | 0.82% | - |
| HSV(B) | 54º | 0.35% | 1% | - |
| XYZ | 80.23 | 89.06 | 48.08 | - |
| YUV | 238.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 164 | 0 | 0.04 | 0.35 | 0.00 | 54 | 0.98 | 0.82 |
| Hex | FE | F5 | A4 | 0 | 4 | 23 | 0 | 36 | 62 | 52 |
| Octal | 376 | 365 | 244 | 0 | 4 | 43 | 0 | 66 | 142 | 122 |
| Binary | 11111110 | 11110101 | 10100100 | 0 | 100 | 100011 | 0 | 110110 | 1100010 | 1010010 |
Color Harmonies of #FEF5A4
Complementary color
Monochromatic Colors of #FEF5A4
Black with #FEF5A4
Text Example
Text Example
White with #FEF5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF5A4; }
p { color: rgb(254,245,164); }
H1.HeaderClassName
{
color: #FEF5A4;
}
.AnyTagClassName
{
color: #FEF5A4;
}
</style>
background-color css
<style>
a { background-color: #FEF5A4; }
a { background-color: rgb(254,245,164); }
div.DivClassName
{
background-color: #FEF5A4;
}
.BgClassName
{
background-color: #FEF5A4;
}
</style>
border-color css
<style>
span { border-color: #FEF5A4; }
span { border-color: rgb(254,245,164); }
td.TdClassName
{
border-color: #FEF5A4;
}
.TagClassName
{
border-color: #FEF5A4;
}
</style>