#FBFFA6

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

Shades of Shalimar #FBFFA6

Tints of Shalimar #FBFFA6

Color information

#FBFFA6 (or 0xFBFFA6) is unknown color: approx Shalimar. HEX triplet: FB, FF and A6. RGB value is (251,255,166). Sum of RGB (Red+Green+Blue) = 251+255+166=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 166 (65.23% from 255 or 24.70% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFA6 is #040059. Grayscale: #F4F4F4. Windows color (decimal): -262234 or 10944507. OLE color: 10944507.

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

Color convert

RGB251255166-
CMYK0.0200.350
HSL62.7º100%82.55%-
HSV(B)62.7º34.9%100%-
XYZ82.4394.7850.03-
YUV243.6684.17133.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 166 (65.23% from 255) = 24.70%
R=37.35%
G=37.95%
B=24.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551660.0200.35062.710082.55
HexFBFFA6202303f6453
Octal3733772462043077144123
Binary111110111111111110100110100100011011111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFA6; }

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

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

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

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

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

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

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

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