#FEF7AE

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

Shades of Shalimar #FEF7AE

Tints of Shalimar #FEF7AE

Color information

#FEF7AE (or 0xFEF7AE) is unknown color: approx Shalimar. HEX triplet: FE, F7 and AE. RGB value is (254,247,174). Sum of RGB (Red+Green+Blue) = 254+247+174=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 174 (68.36% from 255 or 25.78% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF7AE is #010851. Grayscale: #F1F1F1. Windows color (decimal): -67666 or 11466750. OLE color: 11466750.

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

Color convert

RGB254247174-
CMYK00.030.310.00
HSL54.75º97.56%83.92%-
HSV(B)54.75º31.5%99.61%-
XYZ81.7790.6553.23-
YUV240.7790.32137.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 247 (96.88% from 255) = 36.59%
BLUE value IS 174 (68.36% from 255) = 25.78%
R=37.63%
G=36.59%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424717400.030.310.0054.7597.5683.92
HexFEF7AE031F0376254
Octal3763672560337067142124
Binary11111110111101111010111001111111011011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7AE; }

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

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

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

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

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

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

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

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