#FFFBB1

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

Shades of Shalimar #FFFBB1

Tints of Shalimar #FFFBB1

Color information

#FFFBB1 (or 0xFFFBB1) is unknown color: approx Shalimar. HEX triplet: FF, FB and B1. RGB value is (255,251,177). Sum of RGB (Red+Green+Blue) = 255+251+177=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 177 (69.53% from 255 or 25.92% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBB1 is #00044E. Grayscale: #F4F4F4. Windows color (decimal): -1103 or 11664383. OLE color: 11664383.

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

Color convert

RGB255251177-
CMYK00.020.310
HSL56.92º100%84.71%-
HSV(B)56.92º30.59%100%-
XYZ83.6793.4355.22-
YUV243.7690.33136.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 177 (69.53% from 255) = 25.92%
R=37.34%
G=36.75%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525117700.020.31056.9210084.71
HexFFFBB1021F0396455
Octal3773732610237071144125
Binary11111111111110111011000101011111011100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBB1; }

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

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

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

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

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

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

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

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