#FBFFB3

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

Shades of Shalimar #FBFFB3

Tints of Shalimar #FBFFB3

Color information

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

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

Color convert

RGB251255179-
CMYK0.0200.300
HSL63.16º100%85.1%-
HSV(B)63.16º29.8%100%-
XYZ83.6895.2856.63-
YUV245.1490.67132.18-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551790.0200.30063.1610085.1
HexFBFFB3201E03f6455
Octal3733772632036077144125
Binary11111011111111111011001110011110011111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFB3; }

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

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

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

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

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

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

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

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