Shades of Pale Prim #FEF598
Tints of Pale Prim #FEF598
RGB
CMYK
RGB Variations
Color information
#FEF598 (or 0xFEF598) is known color: Pale Prim. HEX triplet: FE, F5 and 98. RGB value is (254,245,152). Sum of RGB (Red+Green+Blue) = 254+245+152=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 152 (59.77% from 255 or 23.35% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF598 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF598 is #010A67. Grayscale: #EDEDED. Windows color (decimal): -68200 or 10024446. OLE color: 10024446.
HSL color Cylindrical-coordinate representation of color #FEF598: hue angle of 54.71º 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 #FEF598 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 152 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.00 |
| HSL | 54.71º | 0.98% | 0.8% | - |
| HSV(B) | 54.71º | 0.4% | 1% | - |
| XYZ | 79.19 | 88.64 | 42.64 | - |
| YUV | 237.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 152 | 0 | 0.04 | 0.40 | 0.00 | 54.71 | 0.98 | 0.8 |
| Hex | FE | F5 | 98 | 0 | 4 | 28 | 0 | 37 | 62 | 50 |
| Octal | 376 | 365 | 230 | 0 | 4 | 50 | 0 | 67 | 142 | 120 |
| Binary | 11111110 | 11110101 | 10011000 | 0 | 100 | 101000 | 0 | 110111 | 1100010 | 1010000 |
Color Harmonies of #FEF598
Complementary color
Monochromatic Colors of #FEF598
Black with #FEF598
Text Example
Text Example
White with #FEF598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF598; }
p { color: rgb(254,245,152); }
H1.HeaderClassName
{
color: #FEF598;
}
.AnyTagClassName
{
color: #FEF598;
}
</style>
background-color css
<style>
a { background-color: #FEF598; }
a { background-color: rgb(254,245,152); }
div.DivClassName
{
background-color: #FEF598;
}
.BgClassName
{
background-color: #FEF598;
}
</style>
border-color css
<style>
span { border-color: #FEF598; }
span { border-color: rgb(254,245,152); }
td.TdClassName
{
border-color: #FEF598;
}
.TagClassName
{
border-color: #FEF598;
}
</style>