#FFFEAB

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

Shades of Shalimar #FFFEAB

Tints of Shalimar #FFFEAB

Color information

#FFFEAB (or 0xFFFEAB) is unknown color: approx Shalimar. HEX triplet: FF, FE and AB. RGB value is (255,254,171). Sum of RGB (Red+Green+Blue) = 255+254+171=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 171 (67.19% from 255 or 25.15% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEAB is #000154. Grayscale: #F5F5F5. Windows color (decimal): -341 or 11271935. OLE color: 11271935.

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

Color convert

RGB255254171-
CMYK00.000.330
HSL59.29º100%83.53%-
HSV(B)59.29º32.94%100%-
XYZ84.0395.0852.45-
YUV244.8486.33135.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.5%
GREEN value IS 254 (99.61% from 255) = 37.35%
BLUE value IS 171 (67.19% from 255) = 25.15%
R=37.5%
G=37.35%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525417100.000.33059.2910083.53
HexFFFEAB002103b6454
Octal3773762530041073144124
Binary11111111111111101010101100100001011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEAB; }

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

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

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

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

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

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

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

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