#FEFFA6

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

Shades of Shalimar #FEFFA6

Tints of Shalimar #FEFFA6

Color information

#FEFFA6 (or 0xFEFFA6) is unknown color: approx Shalimar. HEX triplet: FE, FF and A6. RGB value is (254,255,166). Sum of RGB (Red+Green+Blue) = 254+255+166=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 166 (65.23% from 255 or 24.59% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFFA6 is #010059. Grayscale: #F4F4F4. Windows color (decimal): -65626 or 10944510. OLE color: 10944510.

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

Color convert

RGB254255166-
CMYK0.0000.350
HSL60.67º100%82.55%-
HSV(B)60.67º34.9%100%-
XYZ83.5295.3450.08-
YUV244.5683.67134.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 166 (65.23% from 255) = 24.59%
R=37.63%
G=37.78%
B=24.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542551660.0000.35060.6710082.55
HexFEFFA6002303d6453
Octal3763772460043075144123
Binary11111110111111111010011000100011011110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFA6; }

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

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

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

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

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

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

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

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