Shades of Pale Prim #FEF2A5
Tints of Pale Prim #FEF2A5
RGB
CMYK
RGB Variations
Color information
#FEF2A5 (or 0xFEF2A5) is known color: Pale Prim. HEX triplet: FE, F2 and A5. RGB value is (254,242,165). Sum of RGB (Red+Green+Blue) = 254+242+165=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 165 (64.84% from 255 or 24.96% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2A5 is #010D5A. Grayscale: #EDEDED. Windows color (decimal): -68955 or 10875646. OLE color: 10875646.
HSL color Cylindrical-coordinate representation of color #FEF2A5: hue angle of 51.91º 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 #FEF2A5 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 165 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.00 |
| HSL | 51.91º | 0.98% | 0.82% | - |
| HSV(B) | 51.91º | 0.35% | 1% | - |
| XYZ | 79.42 | 87.29 | 48.26 | - |
| YUV | 236.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 165 | 0 | 0.05 | 0.35 | 0.00 | 51.91 | 0.98 | 0.82 |
| Hex | FE | F2 | A5 | 0 | 5 | 23 | 0 | 34 | 62 | 52 |
| Octal | 376 | 362 | 245 | 0 | 5 | 43 | 0 | 64 | 142 | 122 |
| Binary | 11111110 | 11110010 | 10100101 | 0 | 101 | 100011 | 0 | 110100 | 1100010 | 1010010 |
Color Harmonies of #FEF2A5
Complementary color
Monochromatic Colors of #FEF2A5
Black with #FEF2A5
Text Example
Text Example
White with #FEF2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2A5; }
p { color: rgb(254,242,165); }
H1.HeaderClassName
{
color: #FEF2A5;
}
.AnyTagClassName
{
color: #FEF2A5;
}
</style>
background-color css
<style>
a { background-color: #FEF2A5; }
a { background-color: rgb(254,242,165); }
div.DivClassName
{
background-color: #FEF2A5;
}
.BgClassName
{
background-color: #FEF2A5;
}
</style>
border-color css
<style>
span { border-color: #FEF2A5; }
span { border-color: rgb(254,242,165); }
td.TdClassName
{
border-color: #FEF2A5;
}
.TagClassName
{
border-color: #FEF2A5;
}
</style>