#FDF8AE

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

Shades of Shalimar #FDF8AE

Tints of Shalimar #FDF8AE

Color information

#FDF8AE (or 0xFDF8AE) is unknown color: approx Shalimar. HEX triplet: FD, F8 and AE. RGB value is (253,248,174). Sum of RGB (Red+Green+Blue) = 253+248+174=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 174 (68.36% from 255 or 25.78% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF8AE is #020751. Grayscale: #F1F1F1. Windows color (decimal): -132946 or 11467005. OLE color: 11467005.

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

Color convert

RGB253248174-
CMYK00.020.310.01
HSL56.2º95.18%83.73%-
HSV(B)56.2º31.23%99.22%-
XYZ81.7291.0753.32-
YUV241.0690.16136.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.48%
GREEN value IS 248 (97.27% from 255) = 36.74%
BLUE value IS 174 (68.36% from 255) = 25.78%
R=37.48%
G=36.74%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324817400.020.310.0156.295.1883.73
HexFDF8AE021F1385f54
Octal3753702560237170137124
Binary11111101111110001010111001011111111100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8AE; }

 p { color: rgb(253,248,174); }

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

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

 a { background-color: rgb(253,248,174); }

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

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

 span { border-color: rgb(253,248,174); }

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