#FDF5AD

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

Shades of Shalimar #FDF5AD

Tints of Shalimar #FDF5AD

Color information

#FDF5AD (or 0xFDF5AD) is unknown color: approx Shalimar. HEX triplet: FD, F5 and AD. RGB value is (253,245,173). Sum of RGB (Red+Green+Blue) = 253+245+173=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 173 (67.97% from 255 or 25.78% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF5AD is #020A52. Grayscale: #EFEFEF. Windows color (decimal): -133715 or 11400701. OLE color: 11400701.

HSL color Cylindrical-coordinate representation of color #FDF5AD: hue angle of 54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDF5AD is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB253245173-
CMYK00.030.320.01
HSL54º95.24%83.53%-
HSV(B)54º31.62%99.22%-
XYZ80.789.252.5-
YUV239.1890.65137.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 245 (96.09% from 255) = 36.51%
BLUE value IS 173 (67.97% from 255) = 25.78%
R=37.70%
G=36.51%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324517300.030.320.015495.2483.53
HexFDF5AD03201365f54
Octal3753652550340166137124
Binary111111011111010110101101011100000111011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5AD; }

 p { color: rgb(253,245,173); }

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

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

 a { background-color: rgb(253,245,173); }

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

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

 span { border-color: rgb(253,245,173); }

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