#FEF2AA

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

Shades of Shalimar #FEF2AA

Tints of Shalimar #FEF2AA

Color information

#FEF2AA (or 0xFEF2AA) is unknown color: approx Shalimar. HEX triplet: FE, F2 and AA. RGB value is (254,242,170). Sum of RGB (Red+Green+Blue) = 254+242+170=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 170 (66.80% from 255 or 25.53% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2AA is #010D55. Grayscale: #EDEDED. Windows color (decimal): -68950 or 11203326. OLE color: 11203326.

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

Color convert

RGB254242170-
CMYK00.050.330.00
HSL51.43º97.67%83.14%-
HSV(B)51.43º33.07%99.61%-
XYZ79.8887.4850.7-
YUV237.3889.98139.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 170 (66.80% from 255) = 25.53%
R=38.14%
G=36.34%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424217000.050.330.0051.4397.6783.14
HexFEF2AA05210336253
Octal3763622520541063142123
Binary1111111011110010101010100101100001011001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2AA; }

 p { color: rgb(254,242,170); }

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

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

 a { background-color: rgb(254,242,170); }

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

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

 span { border-color: rgb(254,242,170); }

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