#FEF5AD

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

Shades of Shalimar #FEF5AD

Tints of Shalimar #FEF5AD

Color information

#FEF5AD (or 0xFEF5AD) is unknown color: approx Shalimar. HEX triplet: FE, F5 and AD. RGB value is (254,245,173). Sum of RGB (Red+Green+Blue) = 254+245+173=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 173 (67.97% from 255 or 25.74% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5AD is #010A52. Grayscale: #EFEFEF. Windows color (decimal): -68179 or 11400702. OLE color: 11400702.

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

Color convert

RGB254245173-
CMYK00.040.320.00
HSL53.33º97.59%83.73%-
HSV(B)53.33º31.89%99.61%-
XYZ81.0789.3952.52-
YUV239.4890.48138.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.80%
GREEN value IS 245 (96.09% from 255) = 36.46%
BLUE value IS 173 (67.97% from 255) = 25.74%
R=37.80%
G=36.46%
B=25.74%

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
Decimal25424517300.040.320.0053.3397.5983.73
HexFEF5AD04200356254
Octal3763652550440065142124
Binary1111111011110101101011010100100000011010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5AD; }

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

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

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

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

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

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

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

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