#FEF2AD

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

Shades of Shalimar #FEF2AD

Tints of Shalimar #FEF2AD

Color information

#FEF2AD (or 0xFEF2AD) is unknown color: approx Shalimar. HEX triplet: FE, F2 and AD. RGB value is (254,242,173). Sum of RGB (Red+Green+Blue) = 254+242+173=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 173 (67.97% from 255 or 25.86% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2AD is #010D52. Grayscale: #EEEEEE. Windows color (decimal): -68947 or 11399934. OLE color: 11399934.

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

Color convert

RGB254242173-
CMYK00.050.320.00
HSL51.11º97.59%83.73%-
HSV(B)51.11º31.89%99.61%-
XYZ80.1787.5952.22-
YUV237.7291.48139.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 242 (94.92% from 255) = 36.17%
BLUE value IS 173 (67.97% from 255) = 25.86%
R=37.97%
G=36.17%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424217300.050.320.0051.1197.5983.73
HexFEF2AD05200336254
Octal3763622550540063142124
Binary1111111011110010101011010101100000011001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2AD; }

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

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

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

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

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

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

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

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