#FEF2A3

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

Shades of Pale Prim #FEF2A3

Tints of Pale Prim #FEF2A3

Color information

#FEF2A3 (or 0xFEF2A3) is unknown color: approx Pale Prim. HEX triplet: FE, F2 and A3. RGB value is (254,242,163). Sum of RGB (Red+Green+Blue) = 254+242+163=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 163 (64.06% from 255 or 24.73% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2A3 is #010D5C. Grayscale: #ECECEC. Windows color (decimal): -68957 or 10744574. OLE color: 10744574.

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

Color convert

RGB254242163-
CMYK00.050.360.00
HSL52.09º97.85%81.76%-
HSV(B)52.09º35.83%99.61%-
XYZ79.2487.2247.31-
YUV236.5886.48140.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 242 (94.92% from 255) = 36.72%
BLUE value IS 163 (64.06% from 255) = 24.73%
R=38.54%
G=36.72%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424216300.050.360.0052.0997.8581.76
HexFEF2A305240346252
Octal3763622430544064142122
Binary1111111011110010101000110101100100011010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2A3; }

 p { color: rgb(254,242,163); }

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

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

 a { background-color: rgb(254,242,163); }

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

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

 span { border-color: rgb(254,242,163); }

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