#FDFDA6

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

Shades of Shalimar #FDFDA6

Tints of Shalimar #FDFDA6

Color information

#FDFDA6 (or 0xFDFDA6) is unknown color: approx Shalimar. HEX triplet: FD, FD and A6. RGB value is (253,253,166). Sum of RGB (Red+Green+Blue) = 253+253+166=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 166 (65.23% from 255 or 24.70% from 672); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFDA6 is #020259. Grayscale: #F3F3F3. Windows color (decimal): -131674 or 10943997. OLE color: 10943997.

HSL color Cylindrical-coordinate representation of color #FDFDA6: hue angle of 60º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDFDA6 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB253253166-
CMYK000.340.01
HSL60º95.6%82.16%-
HSV(B)60º34.39%99.22%-
XYZ82.5293.8949.85-
YUV243.0884.5135.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 166 (65.23% from 255) = 24.70%
R=37.65%
G=37.65%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253166000.340.016095.682.16
HexFDFDA6002213c6052
Octal3753752460042174140122
Binary11111101111111011010011000100010111110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDA6; }

 p { color: rgb(253,253,166); }

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

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

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

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

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

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

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