#FEFAA0

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

Shades of Pale Prim #FEFAA0

Tints of Pale Prim #FEFAA0

Color information

#FEFAA0 (or 0xFEFAA0) is unknown color: approx Pale Prim. HEX triplet: FE, FA and A0. RGB value is (254,250,160). Sum of RGB (Red+Green+Blue) = 254+250+160=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 160 (62.89% from 255 or 24.10% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAA0 is #01055F. Grayscale: #F1F1F1. Windows color (decimal): -66912 or 10550014. OLE color: 10550014.

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

Color convert

RGB254250160-
CMYK00.020.370.00
HSL57.45º97.92%81.18%-
HSV(B)57.45º37.01%99.61%-
XYZ81.491.9846.72-
YUV240.9482.33137.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.25%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 160 (62.89% from 255) = 24.10%
R=38.25%
G=37.65%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425016000.020.370.0057.4597.9281.18
HexFEFAA002250396251
Octal3763722400245071142121
Binary111111101111101010100000010100101011100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAA0; }

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

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

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

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

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

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

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

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