#FDF4AE

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

Shades of Shalimar #FDF4AE

Tints of Shalimar #FDF4AE

Color information

#FDF4AE (or 0xFDF4AE) is unknown color: approx Shalimar. HEX triplet: FD, F4 and AE. RGB value is (253,244,174). Sum of RGB (Red+Green+Blue) = 253+244+174=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 244 (95.70% from 255 or 36.36% from 671); Blue value is 174 (68.36% from 255 or 25.93% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4AE is #020B51. Grayscale: #EEEEEE. Windows color (decimal): -133970 or 11465981. OLE color: 11465981.

HSL color Cylindrical-coordinate representation of color #FDF4AE: hue angle of 53.16º 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 #FDF4AE is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB253244174-
CMYK00.040.310.01
HSL53.16º95.18%83.73%-
HSV(B)53.16º31.23%99.22%-
XYZ80.588.6452.91-
YUV238.7191.48138.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 244 (95.70% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 25.93%
R=37.70%
G=36.36%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324417400.040.310.0153.1695.1883.73
HexFDF4AE041F1355f54
Octal3753642560437165137124
Binary111111011111010010101110010011111111010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4AE; }

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

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

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

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

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

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

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

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