#FDF5AA

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

Shades of Shalimar #FDF5AA

Tints of Shalimar #FDF5AA

Color information

#FDF5AA (or 0xFDF5AA) is unknown color: approx Shalimar. HEX triplet: FD, F5 and AA. RGB value is (253,245,170). Sum of RGB (Red+Green+Blue) = 253+245+170=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 245 (96.09% from 255 or 36.68% from 668); Blue value is 170 (66.80% from 255 or 25.45% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5AA is #020A55. Grayscale: #EFEFEF. Windows color (decimal): -133718 or 11204093. OLE color: 11204093.

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

Color convert

RGB253245170-
CMYK00.030.330.01
HSL54.22º95.4%82.94%-
HSV(B)54.22º32.81%99.22%-
XYZ80.4289.0950.99-
YUV238.8489.15138.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 245 (96.09% from 255) = 36.68%
BLUE value IS 170 (66.80% from 255) = 25.45%
R=37.87%
G=36.68%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324517000.030.330.0154.2295.482.94
HexFDF5AA03211365f53
Octal3753652520341166137123
Binary111111011111010110101010011100001111011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5AA; }

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

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

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

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

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

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

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

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