#FDF5AE

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

Shades of Shalimar #FDF5AE

Tints of Shalimar #FDF5AE

Color information

#FDF5AE (or 0xFDF5AE) is unknown color: approx Shalimar. HEX triplet: FD, F5 and AE. RGB value is (253,245,174). Sum of RGB (Red+Green+Blue) = 253+245+174=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 174 (68.36% from 255 or 25.89% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5AE is #020A51. Grayscale: #EFEFEF. Windows color (decimal): -133714 or 11466237. OLE color: 11466237.

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

Color convert

RGB253245174-
CMYK00.030.310.01
HSL53.92º95.18%83.73%-
HSV(B)53.92º31.23%99.22%-
XYZ80.889.2453.01-
YUV239.391.15137.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 245 (96.09% from 255) = 36.46%
BLUE value IS 174 (68.36% from 255) = 25.89%
R=37.65%
G=36.46%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324517400.030.310.0153.9295.1883.73
HexFDF5AE031F1365f54
Octal3753652560337166137124
Binary11111101111101011010111001111111111011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5AE; }

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

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

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

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

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

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

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

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