#FDF3AA

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

Shades of Shalimar #FDF3AA

Tints of Shalimar #FDF3AA

Color information

#FDF3AA (or 0xFDF3AA) is unknown color: approx Shalimar. HEX triplet: FD, F3 and AA. RGB value is (253,243,170). Sum of RGB (Red+Green+Blue) = 253+243+170=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 170 (66.80% from 255 or 25.53% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF3AA is #020C55. Grayscale: #EDEDED. Windows color (decimal): -134230 or 11203581. OLE color: 11203581.

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

Color convert

RGB253243170-
CMYK00.040.330.01
HSL52.77º95.4%82.94%-
HSV(B)52.77º32.81%99.22%-
XYZ79.8187.8950.79-
YUV237.6789.81138.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 170 (66.80% from 255) = 25.53%
R=37.99%
G=36.49%
B=25.53%

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
Decimal25324317000.040.330.0152.7795.482.94
HexFDF3AA04211355f53
Octal3753632520441165137123
Binary1111110111110011101010100100100001111010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF3AA; }

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

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

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

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

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

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

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

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