#fffbb5

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

Shades of Shalimar #FFFBB5

Tints of Shalimar #FFFBB5

Color information

#FFFBB5 (or 0xFFFBB5) is unknown color: approx Shalimar. HEX triplet: FF, FB and B5. RGB value is (255,251,181). Sum of RGB (Red+Green+Blue) = 255+251+181=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 181 (71.09% from 255 or 26.35% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBB5 is #00044A. Grayscale: #F4F4F4. Windows color (decimal): -1099 or 11926527. OLE color: 11926527.

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

Color convert

RGB255251181-
CMYK00.020.290
HSL56.76º100%85.49%-
HSV(B)56.76º29.02%100%-
XYZ84.0893.5957.35-
YUV244.2292.33135.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 251 (98.44% from 255) = 36.54%
BLUE value IS 181 (71.09% from 255) = 26.35%
R=37.12%
G=36.54%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525118100.020.29056.7610085.49
HexFFFBB5021D0396455
Octal3773732650235071144125
Binary11111111111110111011010101011101011100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fffbb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fffbb5; }

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

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

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

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

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

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

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

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