#FDF1AD

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

Shades of Shalimar #FDF1AD

Tints of Shalimar #FDF1AD

Color information

#FDF1AD (or 0xFDF1AD) is unknown color: approx Shalimar. HEX triplet: FD, F1 and AD. RGB value is (253,241,173). Sum of RGB (Red+Green+Blue) = 253+241+173=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF1AD is #020E52. Grayscale: #EDEDED. Windows color (decimal): -134739 or 11399677. OLE color: 11399677.

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

Color convert

RGB253241173-
CMYK00.050.320.01
HSL51º95.24%83.53%-
HSV(B)51º31.62%99.22%-
XYZ79.5186.8152.1-
YUV236.8491.98139.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 173 (67.97% from 255) = 25.94%
R=37.93%
G=36.13%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324117300.050.320.015195.2483.53
HexFDF1AD05201335f54
Octal3753612550540163137124
Binary1111110111110001101011010101100000111001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF1AD; }

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

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

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

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

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

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

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

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