#FFFFB6

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

Shades of Shalimar #FFFFB6

Tints of Shalimar #FFFFB6

Color information

#FFFFB6 (or 0xFFFFB6) is unknown color: approx Shalimar. HEX triplet: FF, FF and B6. RGB value is (255,255,182). Sum of RGB (Red+Green+Blue) = 255+255+182=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 182 (71.48% from 255 or 26.30% from 692); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFB6 is #000049. Grayscale: #F6F6F6. Windows color (decimal): -74 or 11993087. OLE color: 11993087.

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

Color convert

RGB255255182-
CMYK000.290
HSL60º100%85.69%-
HSV(B)60º28.63%100%-
XYZ85.4496.1658.31-
YUV246.6891.5133.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.85%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 182 (71.48% from 255) = 26.30%
R=36.85%
G=36.85%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255182000.2906010085.69
HexFFFFB6001D03c6456
Octal3773772660035074144126
Binary1111111111111111101101100011101011110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFB6; }

 p { color: rgb(255,255,182); }

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

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

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

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

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

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

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