#FEF1AC

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

Shades of Shalimar #FEF1AC

Tints of Shalimar #FEF1AC

Color information

#FEF1AC (or 0xFEF1AC) is unknown color: approx Shalimar. HEX triplet: FE, F1 and AC. RGB value is (254,241,172). Sum of RGB (Red+Green+Blue) = 254+241+172=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 172 (67.58% from 255 or 25.79% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1AC is #010E53. Grayscale: #EDEDED. Windows color (decimal): -69204 or 11334142. OLE color: 11334142.

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

Color convert

RGB254241172-
CMYK00.050.320.00
HSL50.49º97.62%83.53%-
HSV(B)50.49º32.28%99.61%-
XYZ79.7786.9651.61-
YUV237.0291.31140.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 172 (67.58% from 255) = 25.79%
R=38.08%
G=36.13%
B=25.79%

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
Decimal25424117200.050.320.0050.4997.6283.53
HexFEF1AC05200326254
Octal3763612540540062142124
Binary1111111011110001101011000101100000011001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1AC; }

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

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

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

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

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

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

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

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