#FDFAAE

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

Shades of Shalimar #FDFAAE

Tints of Shalimar #FDFAAE

Color information

#FDFAAE (or 0xFDFAAE) is unknown color: approx Shalimar. HEX triplet: FD, FA and AE. RGB value is (253,250,174). Sum of RGB (Red+Green+Blue) = 253+250+174=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 174 (68.36% from 255 or 25.70% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAAE is #020551. Grayscale: #F2F2F2. Windows color (decimal): -132434 or 11467517. OLE color: 11467517.

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

Color convert

RGB253250174-
CMYK00.010.310.01
HSL57.72º95.18%83.73%-
HSV(B)57.72º31.23%99.22%-
XYZ82.3392.3153.52-
YUV242.2389.49135.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.37%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 174 (68.36% from 255) = 25.70%
R=37.37%
G=36.93%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325017400.010.310.0157.7295.1883.73
HexFDFAAE011F13a5f54
Octal3753722560137172137124
Binary1111110111111010101011100111111111101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAAE; }

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

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

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

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

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

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

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

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