#FFFEB5

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

Shades of Shalimar #FFFEB5

Tints of Shalimar #FFFEB5

Color information

#FFFEB5 (or 0xFFFEB5) is unknown color: approx Shalimar. HEX triplet: FF, FE and B5. RGB value is (255,254,181). Sum of RGB (Red+Green+Blue) = 255+254+181=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 181 (71.09% from 255 or 26.23% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFEB5 is #00014A. Grayscale: #F6F6F6. Windows color (decimal): -331 or 11927295. OLE color: 11927295.

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

Color convert

RGB255254181-
CMYK00.000.290
HSL59.19º100%85.49%-
HSV(B)59.19º29.02%100%-
XYZ85.0295.4857.66-
YUV245.9891.33134.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 181 (71.09% from 255) = 26.23%
R=36.96%
G=36.81%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525418100.000.29059.1910085.49
HexFFFEB5001D03b6455
Octal3773762650035073144125
Binary1111111111111110101101010011101011101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEB5; }

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

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

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

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

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

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

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

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