#FBF5AD

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

Shades of Shalimar #FBF5AD

Tints of Shalimar #FBF5AD

Color information

#FBF5AD (or 0xFBF5AD) is unknown color: approx Shalimar. HEX triplet: FB, F5 and AD. RGB value is (251,245,173). Sum of RGB (Red+Green+Blue) = 251+245+173=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 173 (67.97% from 255 or 25.86% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF5AD is #040A52. Grayscale: #EEEEEE. Windows color (decimal): -264787 or 11400699. OLE color: 11400699.

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

Color convert

RGB251245173-
CMYK00.020.310.02
HSL55.38º90.7%83.14%-
HSV(B)55.38º31.08%98.43%-
XYZ79.9888.8352.47-
YUV238.5990.99136.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 245 (96.09% from 255) = 36.62%
BLUE value IS 173 (67.97% from 255) = 25.86%
R=37.52%
G=36.62%
B=25.86%

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
Decimal25124517300.020.310.0255.3890.783.14
HexFBF5AD021F2375b53
Octal3733652550237267133123
Binary111110111111010110101101010111111011011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5AD; }

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

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

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

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

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

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

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

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