#FFFEB0

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

Shades of Shalimar #FFFEB0

Tints of Shalimar #FFFEB0

Color information

#FFFEB0 (or 0xFFFEB0) is unknown color: approx Shalimar. HEX triplet: FF, FE and B0. RGB value is (255,254,176). Sum of RGB (Red+Green+Blue) = 255+254+176=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 176 (69.14% from 255 or 25.69% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFEB0 is #00014F. Grayscale: #F5F5F5. Windows color (decimal): -336 or 11599615. OLE color: 11599615.

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

Color convert

RGB255254176-
CMYK00.000.310
HSL59.24º100%84.51%-
HSV(B)59.24º30.98%100%-
XYZ84.5295.2855.01-
YUV245.4188.83134.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 176 (69.14% from 255) = 25.69%
R=37.23%
G=37.08%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525417600.000.31059.2410084.51
HexFFFEB0001F03b6455
Octal3773762600037073144125
Binary1111111111111110101100000011111011101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEB0; }

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

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

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

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

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

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

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

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