Shades of Pale Prim #FEF29F
Tints of Pale Prim #FEF29F
RGB
CMYK
RGB Variations
Color information
#FEF29F (or 0xFEF29F) is known color: Pale Prim. HEX triplet: FE, F2 and 9F. RGB value is (254,242,159). Sum of RGB (Red+Green+Blue) = 254+242+159=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 159 (62.5% from 255 or 24.27% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF29F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF29F is #010D60. Grayscale: #ECECEC. Windows color (decimal): -68961 or 10482430. OLE color: 10482430.
HSL color Cylindrical-coordinate representation of color #FEF29F: hue angle of 52.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEF29F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 159 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.00 |
| HSL | 52.42º | 0.98% | 0.81% | - |
| HSV(B) | 52.42º | 0.37% | 1% | - |
| XYZ | 78.88 | 87.08 | 45.45 | - |
| YUV | 236.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 159 | 0 | 0.05 | 0.37 | 0.00 | 52.42 | 0.98 | 0.81 |
| Hex | FE | F2 | 9F | 0 | 5 | 25 | 0 | 34 | 62 | 51 |
| Octal | 376 | 362 | 237 | 0 | 5 | 45 | 0 | 64 | 142 | 121 |
| Binary | 11111110 | 11110010 | 10011111 | 0 | 101 | 100101 | 0 | 110100 | 1100010 | 1010001 |
Color Harmonies of #FEF29F
Complementary color
Monochromatic Colors of #FEF29F
Black with #FEF29F
Text Example
Text Example
White with #FEF29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF29F; }
p { color: rgb(254,242,159); }
H1.HeaderClassName
{
color: #FEF29F;
}
.AnyTagClassName
{
color: #FEF29F;
}
</style>
background-color css
<style>
a { background-color: #FEF29F; }
a { background-color: rgb(254,242,159); }
div.DivClassName
{
background-color: #FEF29F;
}
.BgClassName
{
background-color: #FEF29F;
}
</style>
border-color css
<style>
span { border-color: #FEF29F; }
span { border-color: rgb(254,242,159); }
td.TdClassName
{
border-color: #FEF29F;
}
.TagClassName
{
border-color: #FEF29F;
}
</style>