#FFFFB3

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

Shades of Shalimar #FFFFB3

Tints of Shalimar #FFFFB3

Color information

#FFFFB3 (or 0xFFFFB3) is unknown color: approx Shalimar. HEX triplet: FF, FF and B3. RGB value is (255,255,179). Sum of RGB (Red+Green+Blue) = 255+255+179=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 179 (70.31% from 255 or 25.98% from 689); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFFB3 is #00004C. Grayscale: #F6F6F6. Windows color (decimal): -77 or 11796479. OLE color: 11796479.

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

Color convert

RGB255255179-
CMYK000.300
HSL60º100%85.1%-
HSV(B)60º29.8%100%-
XYZ85.1496.0356.7-
YUV246.3490134.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 179 (70.31% from 255) = 25.98%
R=37.01%
G=37.01%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255179000.3006010085.1
HexFFFFB3001E03c6455
Octal3773772630036074144125
Binary1111111111111111101100110011110011110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFB3; }

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

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

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

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

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

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

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

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