#FDF1AE

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

Shades of Shalimar #FDF1AE

Tints of Shalimar #FDF1AE

Color information

#FDF1AE (or 0xFDF1AE) is unknown color: approx Shalimar. HEX triplet: FD, F1 and AE. RGB value is (253,241,174). Sum of RGB (Red+Green+Blue) = 253+241+174=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 174 (68.36% from 255 or 26.05% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1AE is #020E51. Grayscale: #EDEDED. Windows color (decimal): -134738 or 11465213. OLE color: 11465213.

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

Color convert

RGB253241174-
CMYK00.050.310.01
HSL50.89º95.18%83.73%-
HSV(B)50.89º31.23%99.22%-
XYZ79.686.8552.61-
YUV236.9592.48139.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 174 (68.36% from 255) = 26.05%
R=37.87%
G=36.08%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324117400.050.310.0150.8995.1883.73
HexFDF1AE051F1335f54
Octal3753612560537163137124
Binary111111011111000110101110010111111111001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1AE; }

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

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

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

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

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

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

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

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