#FEF5A1

Color #FEF5A1 Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #FEF5A1

Tints of Pale Prim #FEF5A1

Color information

#FEF5A1 (or 0xFEF5A1) is unknown color: approx Pale Prim. HEX triplet: FE, F5 and A1. RGB value is (254,245,161). Sum of RGB (Red+Green+Blue) = 254+245+161=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 161 (63.28% from 255 or 24.39% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5A1 is #010A5E. Grayscale: #EEEEEE. Windows color (decimal): -68191 or 10614270. OLE color: 10614270.

HSL color Cylindrical-coordinate representation of color #FEF5A1: hue angle of 54.19º 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 #FEF5A1 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254245161-
CMYK00.040.370.00
HSL54.19º97.89%81.37%-
HSV(B)54.19º36.61%99.61%-
XYZ79.9688.9546.67-
YUV238.1284.48139.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 245 (96.09% from 255) = 37.12%
BLUE value IS 161 (63.28% from 255) = 24.39%
R=38.48%
G=37.12%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424516100.040.370.0054.1997.8981.37
HexFEF5A104250366251
Octal3763652410445066142121
Binary1111111011110101101000010100100101011011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5A1; }

 p { color: rgb(254,245,161); }

 H1.HeaderClassName
 {
   color: #FEF5A1;
 }
 .AnyTagClassName
 {
   color: #FEF5A1;
 }
</style>
background-color css

<style>
 a { background-color: #FEF5A1; }

 a { background-color: rgb(254,245,161); }

 div.DivClassName
 {
   background-color: #FEF5A1;
 }
 .BgClassName
 {
   background-color: #FEF5A1;
 }
</style>
border-color css

<style>
 span { border-color: #FEF5A1; }

 span { border-color: rgb(254,245,161); }

 td.TdClassName
 {
   border-color: #FEF5A1;
 }
 .TagClassName
 {
   border-color: #FEF5A1;
 }
</style>