#FBFFA5

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

Shades of Shalimar #FBFFA5

Tints of Shalimar #FBFFA5

Color information

#FBFFA5 (or 0xFBFFA5) is unknown color: approx Shalimar. HEX triplet: FB, FF and A5. RGB value is (251,255,165). Sum of RGB (Red+Green+Blue) = 251+255+165=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 165 (64.84% from 255 or 24.59% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFA5 is #04005A. Grayscale: #F3F3F3. Windows color (decimal): -262235 or 10878971. OLE color: 10878971.

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

Color convert

RGB251255165-
CMYK0.0200.350
HSL62.67º100%82.35%-
HSV(B)62.67º35.29%100%-
XYZ82.3494.7549.55-
YUV243.5483.67133.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.41%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 165 (64.84% from 255) = 24.59%
R=37.41%
G=38.00%
B=24.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551650.0200.35062.6710082.35
HexFBFFA5202303f6452
Octal3733772452043077144122
Binary111110111111111110100101100100011011111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFA5; }

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

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

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

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

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

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

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

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