#FBF7AB

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

Shades of Shalimar #FBF7AB

Tints of Shalimar #FBF7AB

Color information

#FBF7AB (or 0xFBF7AB) is unknown color: approx Shalimar. HEX triplet: FB, F7 and AB. RGB value is (251,247,171). Sum of RGB (Red+Green+Blue) = 251+247+171=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 171 (67.19% from 255 or 25.56% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF7AB is #040854. Grayscale: #EFEFEF. Windows color (decimal): -264277 or 11270139. OLE color: 11270139.

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

Color convert

RGB251247171-
CMYK00.020.320.02
HSL57º90.91%82.75%-
HSV(B)57º31.87%98.43%-
XYZ80.489.9751.66-
YUV239.5389.33136.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 171 (67.19% from 255) = 25.56%
R=37.52%
G=36.92%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124717100.020.320.025790.9182.75
HexFBF7AB02202395b53
Octal3733672530240271133123
Binary1111101111110111101010110101000001011100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7AB; }

 p { color: rgb(251,247,171); }

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

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

 a { background-color: rgb(251,247,171); }

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

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

 span { border-color: rgb(251,247,171); }

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