#FFFEAA

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

Shades of Shalimar #FFFEAA

Tints of Shalimar #FFFEAA

Color information

#FFFEAA (or 0xFFFEAA) is unknown color: approx Shalimar. HEX triplet: FF, FE and AA. RGB value is (255,254,170). Sum of RGB (Red+Green+Blue) = 255+254+170=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 170 (66.80% from 255 or 25.04% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAA is #000155. Grayscale: #F5F5F5. Windows color (decimal): -342 or 11206399. OLE color: 11206399.

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

Color convert

RGB255254170-
CMYK00.000.330
HSL59.29º100%83.33%-
HSV(B)59.29º33.33%100%-
XYZ83.9495.0551.95-
YUV244.7285.83135.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 170 (66.80% from 255) = 25.04%
R=37.56%
G=37.41%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525417000.000.33059.2910083.33
HexFFFEAA002103b6453
Octal3773762520041073144123
Binary11111111111111101010101000100001011101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEAA; }

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

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

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

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

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

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

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

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