#FFFEA5

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

Shades of Shalimar #FFFEA5

Tints of Shalimar #FFFEA5

Color information

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

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

Color convert

RGB255254165-
CMYK00.000.350
HSL59.33º100%82.35%-
HSV(B)59.33º35.29%100%-
XYZ83.4794.8649.51-
YUV244.1583.33135.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525416500.000.35059.3310082.35
HexFFFEA5002303b6452
Octal3773762450043073144122
Binary11111111111111101010010100100011011101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEA5; }

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

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

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

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

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

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

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

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