#FBF0AB

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

Shades of Shalimar #FBF0AB

Tints of Shalimar #FBF0AB

Color information

#FBF0AB (or 0xFBF0AB) is unknown color: approx Shalimar. HEX triplet: FB, F0 and AB. RGB value is (251,240,171). Sum of RGB (Red+Green+Blue) = 251+240+171=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 171 (67.19% from 255 or 25.83% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF0AB is #040F54. Grayscale: #EBEBEB. Windows color (decimal): -266069 or 11268347. OLE color: 11268347.

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

Color convert

RGB251240171-
CMYK00.040.320.02
HSL51.75º90.91%82.75%-
HSV(B)51.75º31.87%98.43%-
XYZ78.2985.7750.96-
YUV235.4291.64139.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 171 (67.19% from 255) = 25.83%
R=37.92%
G=36.25%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124017100.040.320.0251.7590.9182.75
HexFBF0AB04202345b53
Octal3733602530440264133123
Binary11111011111100001010101101001000001011010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0AB; }

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

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

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

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

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

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

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

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