Shades of Pale Prim #FEF6A1
Tints of Pale Prim #FEF6A1
RGB
CMYK
RGB Variations
Color information
#FEF6A1 (or 0xFEF6A1) is known color: Pale Prim. HEX triplet: FE, F6 and A1. RGB value is (254,246,161). Sum of RGB (Red+Green+Blue) = 254+246+161=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 246 (96.48% from 255 or 37.22% from 661); Blue value is 161 (63.28% from 255 or 24.36% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6A1 is #01095E. Grayscale: #EFEFEF. Windows color (decimal): -67935 or 10614526. OLE color: 10614526.
HSL color Cylindrical-coordinate representation of color #FEF6A1: hue angle of 54.84º 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 #FEF6A1 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 161 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.00 |
| HSL | 54.84º | 0.98% | 0.81% | - |
| HSV(B) | 54.84º | 0.37% | 1% | - |
| XYZ | 80.26 | 89.56 | 46.77 | - |
| YUV | 238.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 161 | 0 | 0.03 | 0.37 | 0.00 | 54.84 | 0.98 | 0.81 |
| Hex | FE | F6 | A1 | 0 | 3 | 25 | 0 | 37 | 62 | 51 |
| Octal | 376 | 366 | 241 | 0 | 3 | 45 | 0 | 67 | 142 | 121 |
| Binary | 11111110 | 11110110 | 10100001 | 0 | 11 | 100101 | 0 | 110111 | 1100010 | 1010001 |
Color Harmonies of #FEF6A1
Complementary color
Monochromatic Colors of #FEF6A1
Black with #FEF6A1
Text Example
Text Example
White with #FEF6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6A1; }
p { color: rgb(254,246,161); }
H1.HeaderClassName
{
color: #FEF6A1;
}
.AnyTagClassName
{
color: #FEF6A1;
}
</style>
background-color css
<style>
a { background-color: #FEF6A1; }
a { background-color: rgb(254,246,161); }
div.DivClassName
{
background-color: #FEF6A1;
}
.BgClassName
{
background-color: #FEF6A1;
}
</style>
border-color css
<style>
span { border-color: #FEF6A1; }
span { border-color: rgb(254,246,161); }
td.TdClassName
{
border-color: #FEF6A1;
}
.TagClassName
{
border-color: #FEF6A1;
}
</style>