Shades of Pale Prim #FEF899
Tints of Pale Prim #FEF899
RGB
CMYK
RGB Variations
Color information
#FEF899 (or 0xFEF899) is known color: Pale Prim. HEX triplet: FE, F8 and 99. RGB value is (254,248,153). Sum of RGB (Red+Green+Blue) = 254+248+153=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 153 (60.16% from 255 or 23.36% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF899 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF899 is #010766. Grayscale: #EFEFEF. Windows color (decimal): -67431 or 10090750. OLE color: 10090750.
HSL color Cylindrical-coordinate representation of color #FEF899: hue angle of 56.44º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEF899 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 153 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.00 |
| HSL | 56.44º | 0.98% | 0.8% | - |
| HSV(B) | 56.44º | 0.4% | 1% | - |
| XYZ | 80.19 | 90.51 | 43.38 | - |
| YUV | 238.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 153 | 0 | 0.02 | 0.40 | 0.00 | 56.44 | 0.98 | 0.8 |
| Hex | FE | F8 | 99 | 0 | 2 | 28 | 0 | 38 | 62 | 50 |
| Octal | 376 | 370 | 231 | 0 | 2 | 50 | 0 | 70 | 142 | 120 |
| Binary | 11111110 | 11111000 | 10011001 | 0 | 10 | 101000 | 0 | 111000 | 1100010 | 1010000 |
Color Harmonies of #FEF899
Complementary color
Monochromatic Colors of #FEF899
Black with #FEF899
Text Example
Text Example
White with #FEF899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF899; }
p { color: rgb(254,248,153); }
H1.HeaderClassName
{
color: #FEF899;
}
.AnyTagClassName
{
color: #FEF899;
}
</style>
background-color css
<style>
a { background-color: #FEF899; }
a { background-color: rgb(254,248,153); }
div.DivClassName
{
background-color: #FEF899;
}
.BgClassName
{
background-color: #FEF899;
}
</style>
border-color css
<style>
span { border-color: #FEF899; }
span { border-color: rgb(254,248,153); }
td.TdClassName
{
border-color: #FEF899;
}
.TagClassName
{
border-color: #FEF899;
}
</style>