#FFFEAE

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

Shades of Shalimar #FFFEAE

Tints of Shalimar #FFFEAE

Color information

#FFFEAE (or 0xFFFEAE) is unknown color: approx Shalimar. HEX triplet: FF, FE and AE. RGB value is (255,254,174). Sum of RGB (Red+Green+Blue) = 255+254+174=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 174 (68.36% from 255 or 25.48% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAE is #000151. Grayscale: #F5F5F5. Windows color (decimal): -338 or 11468543. OLE color: 11468543.

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

Color convert

RGB255254174-
CMYK00.000.320
HSL59.26º100%84.12%-
HSV(B)59.26º31.76%100%-
XYZ84.3295.253.98-
YUV245.1887.83135-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 254 (99.61% from 255) = 37.19%
BLUE value IS 174 (68.36% from 255) = 25.48%
R=37.34%
G=37.19%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525417400.000.32059.2610084.12
HexFFFEAE002003b6454
Octal3773762560040073144124
Binary11111111111111101010111000100000011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEAE; }

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

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

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

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

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

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

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

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