Shades of Pale Prim #FEF699
Tints of Pale Prim #FEF699
RGB
CMYK
RGB Variations
Color information
#FEF699 (or 0xFEF699) is known color: Pale Prim. HEX triplet: FE, F6 and 99. RGB value is (254,246,153). Sum of RGB (Red+Green+Blue) = 254+246+153=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 153 (60.16% from 255 or 23.43% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF699 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF699 is #010966. Grayscale: #EEEEEE. Windows color (decimal): -67943 or 10090238. OLE color: 10090238.
HSL color Cylindrical-coordinate representation of color #FEF699: hue angle of 55.25º 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 #FEF699 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 153 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.00 |
| HSL | 55.25º | 0.98% | 0.8% | - |
| HSV(B) | 55.25º | 0.4% | 1% | - |
| XYZ | 79.58 | 89.28 | 43.18 | - |
| YUV | 237.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 153 | 0 | 0.03 | 0.40 | 0.00 | 55.25 | 0.98 | 0.8 |
| Hex | FE | F6 | 99 | 0 | 3 | 28 | 0 | 37 | 62 | 50 |
| Octal | 376 | 366 | 231 | 0 | 3 | 50 | 0 | 67 | 142 | 120 |
| Binary | 11111110 | 11110110 | 10011001 | 0 | 11 | 101000 | 0 | 110111 | 1100010 | 1010000 |
Color Harmonies of #FEF699
Complementary color
Monochromatic Colors of #FEF699
Black with #FEF699
Text Example
Text Example
White with #FEF699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF699; }
p { color: rgb(254,246,153); }
H1.HeaderClassName
{
color: #FEF699;
}
.AnyTagClassName
{
color: #FEF699;
}
</style>
background-color css
<style>
a { background-color: #FEF699; }
a { background-color: rgb(254,246,153); }
div.DivClassName
{
background-color: #FEF699;
}
.BgClassName
{
background-color: #FEF699;
}
</style>
border-color css
<style>
span { border-color: #FEF699; }
span { border-color: rgb(254,246,153); }
td.TdClassName
{
border-color: #FEF699;
}
.TagClassName
{
border-color: #FEF699;
}
</style>