Shades of Pale Prim #FEF498
Tints of Pale Prim #FEF498
RGB
CMYK
RGB Variations
Color information
#FEF498 (or 0xFEF498) is known color: Pale Prim. HEX triplet: FE, F4 and 98. RGB value is (254,244,152). Sum of RGB (Red+Green+Blue) = 254+244+152=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 152 (59.77% from 255 or 23.38% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF498 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF498 is #010B67. Grayscale: #ECECEC. Windows color (decimal): -68456 or 10024190. OLE color: 10024190.
HSL color Cylindrical-coordinate representation of color #FEF498: hue angle of 54.12º 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 #FEF498 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 152 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.00 |
| HSL | 54.12º | 0.98% | 0.8% | - |
| HSV(B) | 54.12º | 0.4% | 1% | - |
| XYZ | 78.89 | 88.04 | 42.54 | - |
| YUV | 236.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 152 | 0 | 0.04 | 0.40 | 0.00 | 54.12 | 0.98 | 0.8 |
| Hex | FE | F4 | 98 | 0 | 4 | 28 | 0 | 36 | 62 | 50 |
| Octal | 376 | 364 | 230 | 0 | 4 | 50 | 0 | 66 | 142 | 120 |
| Binary | 11111110 | 11110100 | 10011000 | 0 | 100 | 101000 | 0 | 110110 | 1100010 | 1010000 |
Color Harmonies of #FEF498
Complementary color
Monochromatic Colors of #FEF498
Black with #FEF498
Text Example
Text Example
White with #FEF498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF498; }
p { color: rgb(254,244,152); }
H1.HeaderClassName
{
color: #FEF498;
}
.AnyTagClassName
{
color: #FEF498;
}
</style>
background-color css
<style>
a { background-color: #FEF498; }
a { background-color: rgb(254,244,152); }
div.DivClassName
{
background-color: #FEF498;
}
.BgClassName
{
background-color: #FEF498;
}
</style>
border-color css
<style>
span { border-color: #FEF498; }
span { border-color: rgb(254,244,152); }
td.TdClassName
{
border-color: #FEF498;
}
.TagClassName
{
border-color: #FEF498;
}
</style>