#FFFEB1

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

Shades of Shalimar #FFFEB1

Tints of Shalimar #FFFEB1

Color information

#FFFEB1 (or 0xFFFEB1) is unknown color: approx Shalimar. HEX triplet: FF, FE and B1. RGB value is (255,254,177). Sum of RGB (Red+Green+Blue) = 255+254+177=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 177 (69.53% from 255 or 25.80% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEB1 is #00014E. Grayscale: #F5F5F5. Windows color (decimal): -335 or 11665151. OLE color: 11665151.

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

Color convert

RGB255254177-
CMYK00.000.310
HSL59.23º100%84.71%-
HSV(B)59.23º30.59%100%-
XYZ84.6295.3255.53-
YUV245.5289.33134.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 177 (69.53% from 255) = 25.80%
R=37.17%
G=37.03%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525417700.000.31059.2310084.71
HexFFFEB1001F03b6455
Octal3773762610037073144125
Binary1111111111111110101100010011111011101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEB1; }

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

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

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

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

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

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

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

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