#FDF4AB

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

Shades of Shalimar #FDF4AB

Tints of Shalimar #FDF4AB

Color information

#FDF4AB (or 0xFDF4AB) is unknown color: approx Shalimar. HEX triplet: FD, F4 and AB. RGB value is (253,244,171). Sum of RGB (Red+Green+Blue) = 253+244+171=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 171 (67.19% from 255 or 25.60% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF4AB is #020B54. Grayscale: #EEEEEE. Windows color (decimal): -133973 or 11269373. OLE color: 11269373.

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

Color convert

RGB253244171-
CMYK00.040.320.01
HSL53.41º95.35%83.14%-
HSV(B)53.41º32.41%99.22%-
XYZ80.2188.5251.39-
YUV238.3789.98138.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.87%
GREEN value IS 244 (95.70% from 255) = 36.53%
BLUE value IS 171 (67.19% from 255) = 25.60%
R=37.87%
G=36.53%
B=25.60%

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
Decimal25324417100.040.320.0153.4195.3583.14
HexFDF4AB04201355f53
Octal3753642530440165137123
Binary1111110111110100101010110100100000111010110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF4AB; }

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

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

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

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

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

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

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

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