Shades of Pale Prim #FEF3A2
Tints of Pale Prim #FEF3A2
RGB
CMYK
RGB Variations
Color information
#FEF3A2 (or 0xFEF3A2) is known color: Pale Prim. HEX triplet: FE, F3 and A2. RGB value is (254,243,162). Sum of RGB (Red+Green+Blue) = 254+243+162=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 162 (63.67% from 255 or 24.58% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF3A2 is #010C5D. Grayscale: #EDEDED. Windows color (decimal): -68702 or 10679294. OLE color: 10679294.
HSL color Cylindrical-coordinate representation of color #FEF3A2: hue angle of 52.83º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEF3A2 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 162 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.00 |
| HSL | 52.83º | 0.98% | 0.82% | - |
| HSV(B) | 52.83º | 0.36% | 1% | - |
| XYZ | 79.45 | 87.78 | 46.94 | - |
| YUV | 237.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 162 | 0 | 0.04 | 0.36 | 0.00 | 52.83 | 0.98 | 0.82 |
| Hex | FE | F3 | A2 | 0 | 4 | 24 | 0 | 35 | 62 | 52 |
| Octal | 376 | 363 | 242 | 0 | 4 | 44 | 0 | 65 | 142 | 122 |
| Binary | 11111110 | 11110011 | 10100010 | 0 | 100 | 100100 | 0 | 110101 | 1100010 | 1010010 |
Color Harmonies of #FEF3A2
Complementary color
Monochromatic Colors of #FEF3A2
Black with #FEF3A2
Text Example
Text Example
White with #FEF3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3A2; }
p { color: rgb(254,243,162); }
H1.HeaderClassName
{
color: #FEF3A2;
}
.AnyTagClassName
{
color: #FEF3A2;
}
</style>
background-color css
<style>
a { background-color: #FEF3A2; }
a { background-color: rgb(254,243,162); }
div.DivClassName
{
background-color: #FEF3A2;
}
.BgClassName
{
background-color: #FEF3A2;
}
</style>
border-color css
<style>
span { border-color: #FEF3A2; }
span { border-color: rgb(254,243,162); }
td.TdClassName
{
border-color: #FEF3A2;
}
.TagClassName
{
border-color: #FEF3A2;
}
</style>