#FEFFA5

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

Shades of Shalimar #FEFFA5

Tints of Shalimar #FEFFA5

Color information

#FEFFA5 (or 0xFEFFA5) is unknown color: approx Shalimar. HEX triplet: FE, FF and A5. RGB value is (254,255,165). Sum of RGB (Red+Green+Blue) = 254+255+165=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 165 (64.84% from 255 or 24.48% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFA5 is #01005A. Grayscale: #F4F4F4. Windows color (decimal): -65627 or 10878974. OLE color: 10878974.

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

Color convert

RGB254255165-
CMYK0.0000.350
HSL60.67º100%82.35%-
HSV(B)60.67º35.29%100%-
XYZ83.4295.3149.6-
YUV244.4483.17134.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 165 (64.84% from 255) = 24.48%
R=37.69%
G=37.83%
B=24.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551650.0000.35060.6710082.35
HexFEFFA5002303d6452
Octal3763772450043075144122
Binary11111110111111111010010100100011011110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFA5; }

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

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

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

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

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

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

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

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