Shades of Pale Prim #FEF2A6
Tints of Pale Prim #FEF2A6
RGB
CMYK
RGB Variations
Color information
#FEF2A6 (or 0xFEF2A6) is known color: Pale Prim. HEX triplet: FE, F2 and A6. RGB value is (254,242,166). Sum of RGB (Red+Green+Blue) = 254+242+166=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 166 (65.23% from 255 or 25.08% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2A6 is #010D59. Grayscale: #EDEDED. Windows color (decimal): -68954 or 10941182. OLE color: 10941182.
HSL color Cylindrical-coordinate representation of color #FEF2A6: hue angle of 51.82º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEF2A6 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 166 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.00 |
| HSL | 51.82º | 0.98% | 0.82% | - |
| HSV(B) | 51.82º | 0.35% | 1% | - |
| XYZ | 79.51 | 87.33 | 48.74 | - |
| YUV | 236.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 166 | 0 | 0.05 | 0.35 | 0.00 | 51.82 | 0.98 | 0.82 |
| Hex | FE | F2 | A6 | 0 | 5 | 23 | 0 | 34 | 62 | 52 |
| Octal | 376 | 362 | 246 | 0 | 5 | 43 | 0 | 64 | 142 | 122 |
| Binary | 11111110 | 11110010 | 10100110 | 0 | 101 | 100011 | 0 | 110100 | 1100010 | 1010010 |
Color Harmonies of #FEF2A6
Complementary color
Monochromatic Colors of #FEF2A6
Black with #FEF2A6
Text Example
Text Example
White with #FEF2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2A6; }
p { color: rgb(254,242,166); }
H1.HeaderClassName
{
color: #FEF2A6;
}
.AnyTagClassName
{
color: #FEF2A6;
}
</style>
background-color css
<style>
a { background-color: #FEF2A6; }
a { background-color: rgb(254,242,166); }
div.DivClassName
{
background-color: #FEF2A6;
}
.BgClassName
{
background-color: #FEF2A6;
}
</style>
border-color css
<style>
span { border-color: #FEF2A6; }
span { border-color: rgb(254,242,166); }
td.TdClassName
{
border-color: #FEF2A6;
}
.TagClassName
{
border-color: #FEF2A6;
}
</style>