#FEF5AC

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

Shades of Shalimar #FEF5AC

Tints of Shalimar #FEF5AC

Color information

#FEF5AC (or 0xFEF5AC) is unknown color: approx Shalimar. HEX triplet: FE, F5 and AC. RGB value is (254,245,172). Sum of RGB (Red+Green+Blue) = 254+245+172=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 245 (96.09% from 255 or 36.51% from 671); Blue value is 172 (67.58% from 255 or 25.63% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5AC is #010A53. Grayscale: #EFEFEF. Windows color (decimal): -68180 or 11335166. OLE color: 11335166.

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

Color convert

RGB254245172-
CMYK00.040.320.00
HSL53.41º97.62%83.53%-
HSV(B)53.41º32.28%99.61%-
XYZ80.9789.3552.01-
YUV239.3789.98138.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 245 (96.09% from 255) = 36.51%
BLUE value IS 172 (67.58% from 255) = 25.63%
R=37.85%
G=36.51%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424517200.040.320.0053.4197.6283.53
HexFEF5AC04200356254
Octal3763652540440065142124
Binary1111111011110101101011000100100000011010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5AC; }

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

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

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

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

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

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

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

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