#FDFAA4

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

Shades of Shalimar #FDFAA4

Tints of Shalimar #FDFAA4

Color information

#FDFAA4 (or 0xFDFAA4) is unknown color: approx Shalimar. HEX triplet: FD, FA and A4. RGB value is (253,250,164). Sum of RGB (Red+Green+Blue) = 253+250+164=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 164 (64.45% from 255 or 24.59% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAA4 is #02055B. Grayscale: #F1F1F1. Windows color (decimal): -132444 or 10812157. OLE color: 10812157.

HSL color Cylindrical-coordinate representation of color #FDFAA4: hue angle of 57.98º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDFAA4 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253250164-
CMYK00.010.350.01
HSL57.98º95.7%81.76%-
HSV(B)57.98º35.18%99.22%-
XYZ81.3991.9348.58-
YUV241.0984.49136.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 164 (64.45% from 255) = 24.59%
R=37.93%
G=37.48%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325016400.010.350.0157.9895.781.76
HexFDFAA4012313a6052
Octal3753722440143172140122
Binary11111101111110101010010001100011111101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAA4; }

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

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

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

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

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

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

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

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