#FBF6AD

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

Shades of Shalimar #FBF6AD

Tints of Shalimar #FBF6AD

Color information

#FBF6AD (or 0xFBF6AD) is unknown color: approx Shalimar. HEX triplet: FB, F6 and AD. RGB value is (251,246,173). Sum of RGB (Red+Green+Blue) = 251+246+173=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 173 (67.97% from 255 or 25.82% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF6AD is #040952. Grayscale: #EFEFEF. Windows color (decimal): -264531 or 11400955. OLE color: 11400955.

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

Color convert

RGB251246173-
CMYK00.020.310.02
HSL56.15º90.7%83.14%-
HSV(B)56.15º31.08%98.43%-
XYZ80.2889.4452.57-
YUV239.1790.66136.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 246 (96.48% from 255) = 36.72%
BLUE value IS 173 (67.97% from 255) = 25.82%
R=37.46%
G=36.72%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124617300.020.310.0256.1590.783.14
HexFBF6AD021F2385b53
Octal3733662550237270133123
Binary111110111111011010101101010111111011100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6AD; }

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

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

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

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

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

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

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

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