#FBF0AD

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

Shades of Shalimar #FBF0AD

Tints of Shalimar #FBF0AD

Color information

#FBF0AD (or 0xFBF0AD) is unknown color: approx Shalimar. HEX triplet: FB, F0 and AD. RGB value is (251,240,173). Sum of RGB (Red+Green+Blue) = 251+240+173=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF0AD is #040F52. Grayscale: #EBEBEB. Windows color (decimal): -266067 or 11399419. OLE color: 11399419.

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

Color convert

RGB251240173-
CMYK00.040.310.02
HSL51.54º90.7%83.14%-
HSV(B)51.54º31.08%98.43%-
XYZ78.4985.8551.97-
YUV235.6592.64138.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 173 (67.97% from 255) = 26.05%
R=37.80%
G=36.14%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124017300.040.310.0251.5490.783.14
HexFBF0AD041F2345b53
Octal3733602550437264133123
Binary1111101111110000101011010100111111011010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0AD; }

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

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

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

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

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

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

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

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