Shades of Pale Prim #FEF698
Tints of Pale Prim #FEF698
RGB
CMYK
RGB Variations
Color information
#FEF698 (or 0xFEF698) is known color: Pale Prim. HEX triplet: FE, F6 and 98. RGB value is (254,246,152). Sum of RGB (Red+Green+Blue) = 254+246+152=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 152 (59.77% from 255 or 23.31% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF698 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF698 is #010967. Grayscale: #EEEEEE. Windows color (decimal): -67944 or 10024702. OLE color: 10024702.
HSL color Cylindrical-coordinate representation of color #FEF698: hue angle of 55.29º 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 #FEF698 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 152 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.00 |
| HSL | 55.29º | 0.98% | 0.8% | - |
| HSV(B) | 55.29º | 0.4% | 1% | - |
| XYZ | 79.5 | 89.25 | 42.74 | - |
| YUV | 237.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 152 | 0 | 0.03 | 0.40 | 0.00 | 55.29 | 0.98 | 0.8 |
| Hex | FE | F6 | 98 | 0 | 3 | 28 | 0 | 37 | 62 | 50 |
| Octal | 376 | 366 | 230 | 0 | 3 | 50 | 0 | 67 | 142 | 120 |
| Binary | 11111110 | 11110110 | 10011000 | 0 | 11 | 101000 | 0 | 110111 | 1100010 | 1010000 |
Color Harmonies of #FEF698
Complementary color
Monochromatic Colors of #FEF698
Black with #FEF698
Text Example
Text Example
White with #FEF698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF698; }
p { color: rgb(254,246,152); }
H1.HeaderClassName
{
color: #FEF698;
}
.AnyTagClassName
{
color: #FEF698;
}
</style>
background-color css
<style>
a { background-color: #FEF698; }
a { background-color: rgb(254,246,152); }
div.DivClassName
{
background-color: #FEF698;
}
.BgClassName
{
background-color: #FEF698;
}
</style>
border-color css
<style>
span { border-color: #FEF698; }
span { border-color: rgb(254,246,152); }
td.TdClassName
{
border-color: #FEF698;
}
.TagClassName
{
border-color: #FEF698;
}
</style>