#FEFEA6

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

Shades of Shalimar #FEFEA6

Tints of Shalimar #FEFEA6

Color information

#FEFEA6 (or 0xFEFEA6) is unknown color: approx Shalimar. HEX triplet: FE, FE and A6. RGB value is (254,254,166). Sum of RGB (Red+Green+Blue) = 254+254+166=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 166 (65.23% from 255 or 24.63% from 674); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFEA6 is #010159. Grayscale: #F4F4F4. Windows color (decimal): -65882 or 10944254. OLE color: 10944254.

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

Color convert

RGB254254166-
CMYK000.350.00
HSL60º97.78%82.35%-
HSV(B)60º34.65%99.61%-
XYZ83.294.7149.97-
YUV243.9784135.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.69%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 166 (65.23% from 255) = 24.63%
R=37.69%
G=37.69%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254166000.350.006097.7882.35
HexFEFEA6002303c6252
Octal3763762460043074142122
Binary11111110111111101010011000100011011110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEA6; }

 p { color: rgb(254,254,166); }

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

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

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

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

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

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

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