Shades of Pale Prim #FEF89F
Tints of Pale Prim #FEF89F
RGB
CMYK
RGB Variations
Color information
#FEF89F (or 0xFEF89F) is known color: Pale Prim. HEX triplet: FE, F8 and 9F. RGB value is (254,248,159). Sum of RGB (Red+Green+Blue) = 254+248+159=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 159 (62.5% from 255 or 24.05% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF89F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF89F is #010760. Grayscale: #F0F0F0. Windows color (decimal): -67425 or 10483966. OLE color: 10483966.
HSL color Cylindrical-coordinate representation of color #FEF89F: hue angle of 56.21º 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 #FEF89F is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 159 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.00 |
| HSL | 56.21º | 0.98% | 0.81% | - |
| HSV(B) | 56.21º | 0.37% | 1% | - |
| XYZ | 80.7 | 90.71 | 46.06 | - |
| YUV | 239.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 159 | 0 | 0.02 | 0.37 | 0.00 | 56.21 | 0.98 | 0.81 |
| Hex | FE | F8 | 9F | 0 | 2 | 25 | 0 | 38 | 62 | 51 |
| Octal | 376 | 370 | 237 | 0 | 2 | 45 | 0 | 70 | 142 | 121 |
| Binary | 11111110 | 11111000 | 10011111 | 0 | 10 | 100101 | 0 | 111000 | 1100010 | 1010001 |
Color Harmonies of #FEF89F
Complementary color
Monochromatic Colors of #FEF89F
Black with #FEF89F
Text Example
Text Example
White with #FEF89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF89F; }
p { color: rgb(254,248,159); }
H1.HeaderClassName
{
color: #FEF89F;
}
.AnyTagClassName
{
color: #FEF89F;
}
</style>
background-color css
<style>
a { background-color: #FEF89F; }
a { background-color: rgb(254,248,159); }
div.DivClassName
{
background-color: #FEF89F;
}
.BgClassName
{
background-color: #FEF89F;
}
</style>
border-color css
<style>
span { border-color: #FEF89F; }
span { border-color: rgb(254,248,159); }
td.TdClassName
{
border-color: #FEF89F;
}
.TagClassName
{
border-color: #FEF89F;
}
</style>