#FEF3A0

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

Shades of Pale Prim #FEF3A0

Tints of Pale Prim #FEF3A0

Color information

#FEF3A0 (or 0xFEF3A0) is unknown color: approx Pale Prim. HEX triplet: FE, F3 and A0. RGB value is (254,243,160). Sum of RGB (Red+Green+Blue) = 254+243+160=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 160 (62.89% from 255 or 24.35% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF3A0 is #010C5F. Grayscale: #EDEDED. Windows color (decimal): -68704 or 10548222. OLE color: 10548222.

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

Color convert

RGB254243160-
CMYK00.040.370.00
HSL52.98º97.92%81.18%-
HSV(B)52.98º37.01%99.61%-
XYZ79.2787.7146.01-
YUV236.8384.64140.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 243 (95.31% from 255) = 36.99%
BLUE value IS 160 (62.89% from 255) = 24.35%
R=38.66%
G=36.99%
B=24.35%

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
Decimal25424316000.040.370.0052.9897.9281.18
HexFEF3A004250356251
Octal3763632400445065142121
Binary1111111011110011101000000100100101011010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3A0; }

 p { color: rgb(254,243,160); }

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

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

 a { background-color: rgb(254,243,160); }

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

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

 span { border-color: rgb(254,243,160); }

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