#FDF4AD

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

Shades of Shalimar #FDF4AD

Tints of Shalimar #FDF4AD

Color information

#FDF4AD (or 0xFDF4AD) is unknown color: approx Shalimar. HEX triplet: FD, F4 and AD. RGB value is (253,244,173). Sum of RGB (Red+Green+Blue) = 253+244+173=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 244 (95.70% from 255 or 36.42% from 670); Blue value is 173 (67.97% from 255 or 25.82% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4AD is #020B52. Grayscale: #EEEEEE. Windows color (decimal): -133971 or 11400445. OLE color: 11400445.

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

Color convert

RGB253244173-
CMYK00.040.320.01
HSL53.25º95.24%83.53%-
HSV(B)53.25º31.62%99.22%-
XYZ80.488.652.4-
YUV238.690.98138.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 244 (95.70% from 255) = 36.42%
BLUE value IS 173 (67.97% from 255) = 25.82%
R=37.76%
G=36.42%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324417300.040.320.0153.2595.2483.53
HexFDF4AD04201355f54
Octal3753642550440165137124
Binary1111110111110100101011010100100000111010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4AD; }

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

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

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

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

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

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

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

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