#FDF4AA

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

Shades of Shalimar #FDF4AA

Tints of Shalimar #FDF4AA

Color information

#FDF4AA (or 0xFDF4AA) is unknown color: approx Shalimar. HEX triplet: FD, F4 and AA. RGB value is (253,244,170). Sum of RGB (Red+Green+Blue) = 253+244+170=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 170 (66.80% from 255 or 25.49% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4AA is #020B55. Grayscale: #EEEEEE. Windows color (decimal): -133974 or 11203837. OLE color: 11203837.

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

Color convert

RGB253244170-
CMYK00.040.330.01
HSL53.49º95.4%82.94%-
HSV(B)53.49º32.81%99.22%-
XYZ80.1188.4950.89-
YUV238.2589.48138.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.93%
GREEN value IS 244 (95.70% from 255) = 36.58%
BLUE value IS 170 (66.80% from 255) = 25.49%
R=37.93%
G=36.58%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324417000.040.330.0153.4995.482.94
HexFDF4AA04211355f53
Octal3753642520441165137123
Binary1111110111110100101010100100100001111010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4AA; }

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

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

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

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

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

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

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

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