#FEF3AA

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

Shades of Shalimar #FEF3AA

Tints of Shalimar #FEF3AA

Color information

#FEF3AA (or 0xFEF3AA) is unknown color: approx Shalimar. HEX triplet: FE, F3 and AA. RGB value is (254,243,170). Sum of RGB (Red+Green+Blue) = 254+243+170=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 170 (66.80% from 255 or 25.49% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF3AA is #010C55. Grayscale: #EEEEEE. Windows color (decimal): -68694 or 11203582. OLE color: 11203582.

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

Color convert

RGB254243170-
CMYK00.040.330.00
HSL52.14º97.67%83.14%-
HSV(B)52.14º33.07%99.61%-
XYZ80.1888.0750.8-
YUV237.9789.64139.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 170 (66.80% from 255) = 25.49%
R=38.08%
G=36.43%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424317000.040.330.0052.1497.6783.14
HexFEF3AA04210346253
Octal3763632520441064142123
Binary1111111011110011101010100100100001011010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF3AA; }

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

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

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

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

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

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

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

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