#FDF7AE

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

Shades of Shalimar #FDF7AE

Tints of Shalimar #FDF7AE

Color information

#FDF7AE (or 0xFDF7AE) is unknown color: approx Shalimar. HEX triplet: FD, F7 and AE. RGB value is (253,247,174). Sum of RGB (Red+Green+Blue) = 253+247+174=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 174 (68.36% from 255 or 25.82% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF7AE is #020851. Grayscale: #F0F0F0. Windows color (decimal): -133202 or 11466749. OLE color: 11466749.

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

Color convert

RGB253247174-
CMYK00.020.310.01
HSL55.44º95.18%83.73%-
HSV(B)55.44º31.23%99.22%-
XYZ81.4190.4653.21-
YUV240.4790.49136.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 174 (68.36% from 255) = 25.82%
R=37.54%
G=36.65%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324717400.020.310.0155.4495.1883.73
HexFDF7AE021F1375f54
Octal3753672560237167137124
Binary11111101111101111010111001011111111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF7AE; }

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

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

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

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

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

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

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

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