#FEF1AD

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

Shades of Shalimar #FEF1AD

Tints of Shalimar #FEF1AD

Color information

#FEF1AD (or 0xFEF1AD) is unknown color: approx Shalimar. HEX triplet: FE, F1 and AD. RGB value is (254,241,173). Sum of RGB (Red+Green+Blue) = 254+241+173=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 173 (67.97% from 255 or 25.90% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1AD is #010E52. Grayscale: #EDEDED. Windows color (decimal): -69203 or 11399678. OLE color: 11399678.

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

Color convert

RGB254241173-
CMYK00.050.320.00
HSL50.37º97.59%83.73%-
HSV(B)50.37º31.89%99.61%-
XYZ79.878752.12-
YUV237.1491.81140.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 241 (94.53% from 255) = 36.08%
BLUE value IS 173 (67.97% from 255) = 25.90%
R=38.02%
G=36.08%
B=25.90%

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
Decimal25424117300.050.320.0050.3797.5983.73
HexFEF1AD05200326254
Octal3763612550540062142124
Binary1111111011110001101011010101100000011001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1AD; }

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

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

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

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

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

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

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

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