#FFFBB3

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

Shades of Shalimar #FFFBB3

Tints of Shalimar #FFFBB3

Color information

#FFFBB3 (or 0xFFFBB3) is unknown color: approx Shalimar. HEX triplet: FF, FB and B3. RGB value is (255,251,179). Sum of RGB (Red+Green+Blue) = 255+251+179=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 179 (70.31% from 255 or 26.13% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBB3 is #00044C. Grayscale: #F4F4F4. Windows color (decimal): -1101 or 11795455. OLE color: 11795455.

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

Color convert

RGB255251179-
CMYK00.020.300
HSL56.84º100%85.1%-
HSV(B)56.84º29.8%100%-
XYZ83.8793.5156.28-
YUV243.9991.33135.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 251 (98.44% from 255) = 36.64%
BLUE value IS 179 (70.31% from 255) = 26.13%
R=37.23%
G=36.64%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525117900.020.30056.8410085.1
HexFFFBB3021E0396455
Octal3773732630236071144125
Binary11111111111110111011001101011110011100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBB3; }

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

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

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

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

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

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

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

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