Shades of Pale Prim #FEF4A5
Tints of Pale Prim #FEF4A5
RGB
CMYK
RGB Variations
Color information
#FEF4A5 (or 0xFEF4A5) is known color: Pale Prim. HEX triplet: FE, F4 and A5. RGB value is (254,244,165). Sum of RGB (Red+Green+Blue) = 254+244+165=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 165 (64.84% from 255 or 24.89% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF4A5 is #010B5A. Grayscale: #EEEEEE. Windows color (decimal): -68443 or 10876158. OLE color: 10876158.
HSL color Cylindrical-coordinate representation of color #FEF4A5: hue angle of 53.26º 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 #FEF4A5 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 165 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.00 |
| HSL | 53.26º | 0.98% | 0.82% | - |
| HSV(B) | 53.26º | 0.35% | 1% | - |
| XYZ | 80.02 | 88.49 | 48.46 | - |
| YUV | 237.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 165 | 0 | 0.04 | 0.35 | 0.00 | 53.26 | 0.98 | 0.82 |
| Hex | FE | F4 | A5 | 0 | 4 | 23 | 0 | 35 | 62 | 52 |
| Octal | 376 | 364 | 245 | 0 | 4 | 43 | 0 | 65 | 142 | 122 |
| Binary | 11111110 | 11110100 | 10100101 | 0 | 100 | 100011 | 0 | 110101 | 1100010 | 1010010 |
Color Harmonies of #FEF4A5
Complementary color
Monochromatic Colors of #FEF4A5
Black with #FEF4A5
Text Example
Text Example
White with #FEF4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4A5; }
p { color: rgb(254,244,165); }
H1.HeaderClassName
{
color: #FEF4A5;
}
.AnyTagClassName
{
color: #FEF4A5;
}
</style>
background-color css
<style>
a { background-color: #FEF4A5; }
a { background-color: rgb(254,244,165); }
div.DivClassName
{
background-color: #FEF4A5;
}
.BgClassName
{
background-color: #FEF4A5;
}
</style>
border-color css
<style>
span { border-color: #FEF4A5; }
span { border-color: rgb(254,244,165); }
td.TdClassName
{
border-color: #FEF4A5;
}
.TagClassName
{
border-color: #FEF4A5;
}
</style>