#FEF9AE

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

Shades of Shalimar #FEF9AE

Tints of Shalimar #FEF9AE

Color information

#FEF9AE (or 0xFEF9AE) is unknown color: approx Shalimar. HEX triplet: FE, F9 and AE. RGB value is (254,249,174). Sum of RGB (Red+Green+Blue) = 254+249+174=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 174 (68.36% from 255 or 25.70% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF9AE is #010651. Grayscale: #F2F2F2. Windows color (decimal): -67154 or 11467262. OLE color: 11467262.

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

Color convert

RGB254249174-
CMYK00.020.310.00
HSL56.25º97.56%83.92%-
HSV(B)56.25º31.5%99.61%-
XYZ82.3991.8853.44-
YUV241.9489.66136.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 249 (97.66% from 255) = 36.78%
BLUE value IS 174 (68.36% from 255) = 25.70%
R=37.52%
G=36.78%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424917400.020.310.0056.2597.5683.92
HexFEF9AE021F0386254
Octal3763712560237070142124
Binary11111110111110011010111001011111011100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9AE; }

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

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

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

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

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

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

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

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