#FEFEAA

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

Shades of Shalimar #FEFEAA

Tints of Shalimar #FEFEAA

Color information

#FEFEAA (or 0xFEFEAA) is unknown color: approx Shalimar. HEX triplet: FE, FE and AA. RGB value is (254,254,170). Sum of RGB (Red+Green+Blue) = 254+254+170=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 170 (66.80% from 255 or 25.07% from 678); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEAA is #010155. Grayscale: #F4F4F4. Windows color (decimal): -65878 or 11206398. OLE color: 11206398.

HSL color Cylindrical-coordinate representation of color #FEFEAA: hue angle of 60º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEFEAA is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB254254170-
CMYK000.330.00
HSL60º97.67%83.14%-
HSV(B)60º33.07%99.61%-
XYZ83.5794.8651.93-
YUV244.4286134.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 170 (66.80% from 255) = 25.07%
R=37.46%
G=37.46%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254170000.330.006097.6783.14
HexFEFEAA002103c6253
Octal3763762520041074142123
Binary11111110111111101010101000100001011110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEAA; }

 p { color: rgb(254,254,170); }

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

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

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

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

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

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

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