#FEF1A7

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

Shades of Shalimar #FEF1A7

Tints of Shalimar #FEF1A7

Color information

#FEF1A7 (or 0xFEF1A7) is unknown color: approx Shalimar. HEX triplet: FE, F1 and A7. RGB value is (254,241,167). Sum of RGB (Red+Green+Blue) = 254+241+167=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 167 (65.62% from 255 or 25.23% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1A7 is #010E58. Grayscale: #ECECEC. Windows color (decimal): -69209 or 11006462. OLE color: 11006462.

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

Color convert

RGB254241167-
CMYK00.050.340.00
HSL51.03º97.75%82.55%-
HSV(B)51.03º34.25%99.61%-
XYZ79.386.7749.13-
YUV236.4588.81140.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 241 (94.53% from 255) = 36.40%
BLUE value IS 167 (65.62% from 255) = 25.23%
R=38.37%
G=36.40%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424116700.050.340.0051.0397.7582.55
HexFEF1A705220336253
Octal3763612470542063142123
Binary1111111011110001101001110101100010011001111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1A7; }

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

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

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

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

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

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

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

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