#FEFAA1

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

Shades of Pale Prim #FEFAA1

Tints of Pale Prim #FEFAA1

Color information

#FEFAA1 (or 0xFEFAA1) is unknown color: approx Pale Prim. HEX triplet: FE, FA and A1. RGB value is (254,250,161). Sum of RGB (Red+Green+Blue) = 254+250+161=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 161 (63.28% from 255 or 24.21% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAA1 is #01055E. Grayscale: #F1F1F1. Windows color (decimal): -66911 or 10615550. OLE color: 10615550.

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

Color convert

RGB254250161-
CMYK00.020.370.00
HSL57.42º97.89%81.37%-
HSV(B)57.42º36.61%99.61%-
XYZ81.4992.0247.18-
YUV241.0582.83137.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 161 (63.28% from 255) = 24.21%
R=38.20%
G=37.59%
B=24.21%

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
Decimal25425016100.020.370.0057.4297.8981.37
HexFEFAA102250396251
Octal3763722410245071142121
Binary111111101111101010100001010100101011100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFAA1; }

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

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

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

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

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

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

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

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