#FDF6AE

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

Shades of Shalimar #FDF6AE

Tints of Shalimar #FDF6AE

Color information

#FDF6AE (or 0xFDF6AE) is unknown color: approx Shalimar. HEX triplet: FD, F6 and AE. RGB value is (253,246,174). Sum of RGB (Red+Green+Blue) = 253+246+174=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 174 (68.36% from 255 or 25.85% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF6AE is #020951. Grayscale: #F0F0F0. Windows color (decimal): -133458 or 11466493. OLE color: 11466493.

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

Color convert

RGB253246174-
CMYK00.030.310.01
HSL54.68º95.18%83.73%-
HSV(B)54.68º31.23%99.22%-
XYZ81.189.8553.11-
YUV239.8890.82137.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 246 (96.48% from 255) = 36.55%
BLUE value IS 174 (68.36% from 255) = 25.85%
R=37.59%
G=36.55%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324617400.030.310.0154.6895.1883.73
HexFDF6AE031F1375f54
Octal3753662560337167137124
Binary11111101111101101010111001111111111011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF6AE; }

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

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

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

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

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

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

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

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