Shades of Pale Prim #FEF7A1
Tints of Pale Prim #FEF7A1
RGB
CMYK
RGB Variations
Color information
#FEF7A1 (or 0xFEF7A1) is known color: Pale Prim. HEX triplet: FE, F7 and A1. RGB value is (254,247,161). Sum of RGB (Red+Green+Blue) = 254+247+161=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 161 (63.28% from 255 or 24.32% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7A1 is #01085E. Grayscale: #EFEFEF. Windows color (decimal): -67679 or 10614782. OLE color: 10614782.
HSL color Cylindrical-coordinate representation of color #FEF7A1: hue angle of 55.48º 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 #FEF7A1 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 161 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.00 |
| HSL | 55.48º | 0.98% | 0.81% | - |
| HSV(B) | 55.48º | 0.37% | 1% | - |
| XYZ | 80.57 | 90.17 | 46.88 | - |
| YUV | 239.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 161 | 0 | 0.03 | 0.37 | 0.00 | 55.48 | 0.98 | 0.81 |
| Hex | FE | F7 | A1 | 0 | 3 | 25 | 0 | 37 | 62 | 51 |
| Octal | 376 | 367 | 241 | 0 | 3 | 45 | 0 | 67 | 142 | 121 |
| Binary | 11111110 | 11110111 | 10100001 | 0 | 11 | 100101 | 0 | 110111 | 1100010 | 1010001 |
Color Harmonies of #FEF7A1
Complementary color
Monochromatic Colors of #FEF7A1
Black with #FEF7A1
Text Example
Text Example
White with #FEF7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7A1; }
p { color: rgb(254,247,161); }
H1.HeaderClassName
{
color: #FEF7A1;
}
.AnyTagClassName
{
color: #FEF7A1;
}
</style>
background-color css
<style>
a { background-color: #FEF7A1; }
a { background-color: rgb(254,247,161); }
div.DivClassName
{
background-color: #FEF7A1;
}
.BgClassName
{
background-color: #FEF7A1;
}
</style>
border-color css
<style>
span { border-color: #FEF7A1; }
span { border-color: rgb(254,247,161); }
td.TdClassName
{
border-color: #FEF7A1;
}
.TagClassName
{
border-color: #FEF7A1;
}
</style>