#FEF6A5

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

Shades of Shalimar #FEF6A5

Tints of Shalimar #FEF6A5

Color information

#FEF6A5 (or 0xFEF6A5) is unknown color: approx Shalimar. HEX triplet: FE, F6 and A5. RGB value is (254,246,165). Sum of RGB (Red+Green+Blue) = 254+246+165=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 246 (96.48% from 255 or 36.99% from 665); Blue value is 165 (64.84% from 255 or 24.81% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6A5 is #01095A. Grayscale: #EFEFEF. Windows color (decimal): -67931 or 10876670. OLE color: 10876670.

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

Color convert

RGB254246165-
CMYK00.030.350.00
HSL54.61º97.8%82.16%-
HSV(B)54.61º35.04%99.61%-
XYZ80.6289.748.66-
YUV239.1686.15138.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.20%
GREEN value IS 246 (96.48% from 255) = 36.99%
BLUE value IS 165 (64.84% from 255) = 24.81%
R=38.20%
G=36.99%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424616500.030.350.0054.6197.882.16
HexFEF6A503230376252
Octal3763662450343067142122
Binary111111101111011010100101011100011011011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF6A5; }

 p { color: rgb(254,246,165); }

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

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

 a { background-color: rgb(254,246,165); }

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

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

 span { border-color: rgb(254,246,165); }

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