#FEFDA5

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

Shades of Shalimar #FEFDA5

Tints of Shalimar #FEFDA5

Color information

#FEFDA5 (or 0xFEFDA5) is unknown color: approx Shalimar. HEX triplet: FE, FD and A5. RGB value is (254,253,165). Sum of RGB (Red+Green+Blue) = 254+253+165=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 165 (64.84% from 255 or 24.55% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFDA5 is #01025A. Grayscale: #F3F3F3. Windows color (decimal): -66139 or 10878462. OLE color: 10878462.

HSL color Cylindrical-coordinate representation of color #FEFDA5: hue angle of 59.33º 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 #FEFDA5 is Cyan = 0, Magento = 0.00, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254253165-
CMYK00.000.350.00
HSL59.33º97.8%82.16%-
HSV(B)59.33º35.04%99.61%-
XYZ82.7994.0449.38-
YUV243.2783.83135.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 165 (64.84% from 255) = 24.55%
R=37.80%
G=37.65%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425316500.000.350.0059.3397.882.16
HexFEFDA5002303b6252
Octal3763752450043073142122
Binary11111110111111011010010100100011011101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDA5; }

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

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

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

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

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

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

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

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