#FDFAA5

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

Shades of Shalimar #FDFAA5

Tints of Shalimar #FDFAA5

Color information

#FDFAA5 (or 0xFDFAA5) is unknown color: approx Shalimar. HEX triplet: FD, FA and A5. RGB value is (253,250,165). Sum of RGB (Red+Green+Blue) = 253+250+165=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 165 (64.84% from 255 or 24.70% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFAA5 is #02055A. Grayscale: #F1F1F1. Windows color (decimal): -132443 or 10877693. OLE color: 10877693.

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

Color convert

RGB253250165-
CMYK00.010.350.01
HSL57.95º95.65%81.96%-
HSV(B)57.95º34.78%99.22%-
XYZ81.4991.9749.05-
YUV241.2184.99136.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 165 (64.84% from 255) = 24.70%
R=37.87%
G=37.43%
B=24.70%

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
Decimal25325016500.010.350.0157.9595.6581.96
HexFDFAA5012313a6052
Octal3753722450143172140122
Binary11111101111110101010010101100011111101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFAA5; }

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

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

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

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

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

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

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

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