Shades of Pale Prim #FEF497
Tints of Pale Prim #FEF497
RGB
CMYK
RGB Variations
Color information
#FEF497 (or 0xFEF497) is known color: Pale Prim. HEX triplet: FE, F4 and 97. RGB value is (254,244,151). Sum of RGB (Red+Green+Blue) = 254+244+151=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 151 (59.38% from 255 or 23.27% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF497 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF497 is #010B68. Grayscale: #ECECEC. Windows color (decimal): -68457 or 9958654. OLE color: 9958654.
HSL color Cylindrical-coordinate representation of color #FEF497: hue angle of 54.17º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEF497 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 151 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.00 |
| HSL | 54.17º | 0.98% | 0.79% | - |
| HSV(B) | 54.17º | 0.41% | 1% | - |
| XYZ | 78.81 | 88.01 | 42.11 | - |
| YUV | 236.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 151 | 0 | 0.04 | 0.41 | 0.00 | 54.17 | 0.98 | 0.79 |
| Hex | FE | F4 | 97 | 0 | 4 | 29 | 0 | 36 | 62 | 4F |
| Octal | 376 | 364 | 227 | 0 | 4 | 51 | 0 | 66 | 142 | 117 |
| Binary | 11111110 | 11110100 | 10010111 | 0 | 100 | 101001 | 0 | 110110 | 1100010 | 1001111 |
Color Harmonies of #FEF497
Complementary color
Monochromatic Colors of #FEF497
Black with #FEF497
Text Example
Text Example
White with #FEF497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF497; }
p { color: rgb(254,244,151); }
H1.HeaderClassName
{
color: #FEF497;
}
.AnyTagClassName
{
color: #FEF497;
}
</style>
background-color css
<style>
a { background-color: #FEF497; }
a { background-color: rgb(254,244,151); }
div.DivClassName
{
background-color: #FEF497;
}
.BgClassName
{
background-color: #FEF497;
}
</style>
border-color css
<style>
span { border-color: #FEF497; }
span { border-color: rgb(254,244,151); }
td.TdClassName
{
border-color: #FEF497;
}
.TagClassName
{
border-color: #FEF497;
}
</style>