#FBF9AD

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

Shades of Shalimar #FBF9AD

Tints of Shalimar #FBF9AD

Color information

#FBF9AD (or 0xFBF9AD) is unknown color: approx Shalimar. HEX triplet: FB, F9 and AD. RGB value is (251,249,173). Sum of RGB (Red+Green+Blue) = 251+249+173=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 173 (67.97% from 255 or 25.71% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF9AD is #040652. Grayscale: #F1F1F1. Windows color (decimal): -263763 or 11401723. OLE color: 11401723.

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

Color convert

RGB251249173-
CMYK00.010.310.02
HSL58.46º90.7%83.14%-
HSV(B)58.46º31.08%98.43%-
XYZ81.291.2852.87-
YUV240.9389.66135.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 249 (97.66% from 255) = 37.00%
BLUE value IS 173 (67.97% from 255) = 25.71%
R=37.30%
G=37.00%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124917300.010.310.0258.4690.783.14
HexFBF9AD011F23a5b53
Octal3733712550137272133123
Binary11111011111110011010110101111111011101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF9AD; }

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

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

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

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

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

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

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

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