#FDFEAA

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

Shades of Shalimar #FDFEAA

Tints of Shalimar #FDFEAA

Color information

#FDFEAA (or 0xFDFEAA) is unknown color: approx Shalimar. HEX triplet: FD, FE and AA. RGB value is (253,254,170). Sum of RGB (Red+Green+Blue) = 253+254+170=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 170 (66.80% from 255 or 25.11% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEAA is #020155. Grayscale: #F4F4F4. Windows color (decimal): -131414 or 11206397. OLE color: 11206397.

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

Color convert

RGB253254170-
CMYK0.0000.330.00
HSL60.71º97.67%83.14%-
HSV(B)60.71º33.07%99.61%-
XYZ83.2194.6751.92-
YUV244.1286.17134.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 170 (66.80% from 255) = 25.11%
R=37.37%
G=37.52%
B=25.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541700.0000.330.0060.7197.6783.14
HexFDFEAA002103d6253
Octal3753762520041075142123
Binary11111101111111101010101000100001011110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEAA; }

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

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

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

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

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

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

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

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