Shades of Pale Prim #FEF89E
Tints of Pale Prim #FEF89E
RGB
CMYK
RGB Variations
Color information
#FEF89E (or 0xFEF89E) is known color: Pale Prim. HEX triplet: FE, F8 and 9E. RGB value is (254,248,158). Sum of RGB (Red+Green+Blue) = 254+248+158=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 248 (97.27% from 255 or 37.58% from 660); Blue value is 158 (62.11% from 255 or 23.94% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF89E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF89E is #010761. Grayscale: #EFEFEF. Windows color (decimal): -67426 or 10418430. OLE color: 10418430.
HSL color Cylindrical-coordinate representation of color #FEF89E: hue angle of 56.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEF89E is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 158 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.00 |
| HSL | 56.25º | 0.98% | 0.81% | - |
| HSV(B) | 56.25º | 0.38% | 1% | - |
| XYZ | 80.61 | 90.67 | 45.6 | - |
| YUV | 239.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 158 | 0 | 0.02 | 0.38 | 0.00 | 56.25 | 0.98 | 0.81 |
| Hex | FE | F8 | 9E | 0 | 2 | 26 | 0 | 38 | 62 | 51 |
| Octal | 376 | 370 | 236 | 0 | 2 | 46 | 0 | 70 | 142 | 121 |
| Binary | 11111110 | 11111000 | 10011110 | 0 | 10 | 100110 | 0 | 111000 | 1100010 | 1010001 |
Color Harmonies of #FEF89E
Complementary color
Monochromatic Colors of #FEF89E
Black with #FEF89E
Text Example
Text Example
White with #FEF89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF89E; }
p { color: rgb(254,248,158); }
H1.HeaderClassName
{
color: #FEF89E;
}
.AnyTagClassName
{
color: #FEF89E;
}
</style>
background-color css
<style>
a { background-color: #FEF89E; }
a { background-color: rgb(254,248,158); }
div.DivClassName
{
background-color: #FEF89E;
}
.BgClassName
{
background-color: #FEF89E;
}
</style>
border-color css
<style>
span { border-color: #FEF89E; }
span { border-color: rgb(254,248,158); }
td.TdClassName
{
border-color: #FEF89E;
}
.TagClassName
{
border-color: #FEF89E;
}
</style>