#FDFEA6

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

Shades of Shalimar #FDFEA6

Tints of Shalimar #FDFEA6

Color information

#FDFEA6 (or 0xFDFEA6) is unknown color: approx Shalimar. HEX triplet: FD, FE and A6. RGB value is (253,254,166). Sum of RGB (Red+Green+Blue) = 253+254+166=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 166 (65.23% from 255 or 24.67% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFEA6 is #020159. Grayscale: #F4F4F4. Windows color (decimal): -131418 or 10944253. OLE color: 10944253.

HSL color Cylindrical-coordinate representation of color #FDFEA6: hue angle of 60.68º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDFEA6 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB253254166-
CMYK0.0000.350.00
HSL60.68º97.78%82.35%-
HSV(B)60.68º34.65%99.61%-
XYZ82.8394.5249.95-
YUV243.6784.17134.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.59%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 166 (65.23% from 255) = 24.67%
R=37.59%
G=37.74%
B=24.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532541660.0000.350.0060.6897.7882.35
HexFDFEA6002303d6252
Octal3753762460043075142122
Binary11111101111111101010011000100011011110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEA6; }

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

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

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

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

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

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

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

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