#FEF5AE

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

Shades of Shalimar #FEF5AE

Tints of Shalimar #FEF5AE

Color information

#FEF5AE (or 0xFEF5AE) is unknown color: approx Shalimar. HEX triplet: FE, F5 and AE. RGB value is (254,245,174). Sum of RGB (Red+Green+Blue) = 254+245+174=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 174 (68.36% from 255 or 25.85% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5AE is #010A51. Grayscale: #EFEFEF. Windows color (decimal): -68178 or 11466238. OLE color: 11466238.

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

Color convert

RGB254245174-
CMYK00.040.310.00
HSL53.25º97.56%83.92%-
HSV(B)53.25º31.5%99.61%-
XYZ81.1789.4353.03-
YUV239.690.98138.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.74%
GREEN value IS 245 (96.09% from 255) = 36.40%
BLUE value IS 174 (68.36% from 255) = 25.85%
R=37.74%
G=36.40%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424517400.040.310.0053.2597.5683.92
HexFEF5AE041F0356254
Octal3763652560437065142124
Binary111111101111010110101110010011111011010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5AE; }

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

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

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

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

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

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

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

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