Shades of Pale Prim #FEFA9F
Tints of Pale Prim #FEFA9F
RGB
CMYK
RGB Variations
Color information
#FEFA9F (or 0xFEFA9F) is known color: Pale Prim. HEX triplet: FE, FA and 9F. RGB value is (254,250,159). Sum of RGB (Red+Green+Blue) = 254+250+159=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 159 (62.5% from 255 or 23.98% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFA9F is #010560. Grayscale: #F1F1F1. Windows color (decimal): -66913 or 10484478. OLE color: 10484478.
HSL color Cylindrical-coordinate representation of color #FEFA9F: hue angle of 57.47º 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 #FEFA9F is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 159 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.00 |
| HSL | 57.47º | 0.98% | 0.81% | - |
| HSV(B) | 57.47º | 0.37% | 1% | - |
| XYZ | 81.32 | 91.95 | 46.26 | - |
| YUV | 240.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 159 | 0 | 0.02 | 0.37 | 0.00 | 57.47 | 0.98 | 0.81 |
| Hex | FE | FA | 9F | 0 | 2 | 25 | 0 | 39 | 62 | 51 |
| Octal | 376 | 372 | 237 | 0 | 2 | 45 | 0 | 71 | 142 | 121 |
| Binary | 11111110 | 11111010 | 10011111 | 0 | 10 | 100101 | 0 | 111001 | 1100010 | 1010001 |
Color Harmonies of #FEFA9F
Complementary color
Monochromatic Colors of #FEFA9F
Black with #FEFA9F
Text Example
Text Example
White with #FEFA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA9F; }
p { color: rgb(254,250,159); }
H1.HeaderClassName
{
color: #FEFA9F;
}
.AnyTagClassName
{
color: #FEFA9F;
}
</style>
background-color css
<style>
a { background-color: #FEFA9F; }
a { background-color: rgb(254,250,159); }
div.DivClassName
{
background-color: #FEFA9F;
}
.BgClassName
{
background-color: #FEFA9F;
}
</style>
border-color css
<style>
span { border-color: #FEFA9F; }
span { border-color: rgb(254,250,159); }
td.TdClassName
{
border-color: #FEFA9F;
}
.TagClassName
{
border-color: #FEFA9F;
}
</style>