#FFFEA6

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

Shades of Shalimar #FFFEA6

Tints of Shalimar #FFFEA6

Color information

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

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

Color convert

RGB255254166-
CMYK00.000.350
HSL59.33º100%82.55%-
HSV(B)59.33º34.9%100%-
XYZ83.5694.949.99-
YUV244.2783.83135.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525416600.000.35059.3310082.55
HexFFFEA6002303b6453
Octal3773762460043073144123
Binary11111111111111101010011000100011011101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEA6; }

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

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

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

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

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

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

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

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