Shades of Pale Prim #FEF9A0
Tints of Pale Prim #FEF9A0
RGB
CMYK
RGB Variations
Color information
#FEF9A0 (or 0xFEF9A0) is known color: Pale Prim. HEX triplet: FE, F9 and A0. RGB value is (254,249,160). Sum of RGB (Red+Green+Blue) = 254+249+160=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 160 (62.89% from 255 or 24.13% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF9A0 is #01065F. Grayscale: #F0F0F0. Windows color (decimal): -67168 or 10549758. OLE color: 10549758.
HSL color Cylindrical-coordinate representation of color #FEF9A0: hue angle of 56.81º 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 #FEF9A0 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 160 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.00 |
| HSL | 56.81º | 0.98% | 0.81% | - |
| HSV(B) | 56.81º | 0.37% | 1% | - |
| XYZ | 81.09 | 91.36 | 46.62 | - |
| YUV | 240.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 160 | 0 | 0.02 | 0.37 | 0.00 | 56.81 | 0.98 | 0.81 |
| Hex | FE | F9 | A0 | 0 | 2 | 25 | 0 | 39 | 62 | 51 |
| Octal | 376 | 371 | 240 | 0 | 2 | 45 | 0 | 71 | 142 | 121 |
| Binary | 11111110 | 11111001 | 10100000 | 0 | 10 | 100101 | 0 | 111001 | 1100010 | 1010001 |
Color Harmonies of #FEF9A0
Complementary color
Monochromatic Colors of #FEF9A0
Black with #FEF9A0
Text Example
Text Example
White with #FEF9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9A0; }
p { color: rgb(254,249,160); }
H1.HeaderClassName
{
color: #FEF9A0;
}
.AnyTagClassName
{
color: #FEF9A0;
}
</style>
background-color css
<style>
a { background-color: #FEF9A0; }
a { background-color: rgb(254,249,160); }
div.DivClassName
{
background-color: #FEF9A0;
}
.BgClassName
{
background-color: #FEF9A0;
}
</style>
border-color css
<style>
span { border-color: #FEF9A0; }
span { border-color: rgb(254,249,160); }
td.TdClassName
{
border-color: #FEF9A0;
}
.TagClassName
{
border-color: #FEF9A0;
}
</style>