#FBF3AD

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

Shades of Shalimar #FBF3AD

Tints of Shalimar #FBF3AD

Color information

#FBF3AD (or 0xFBF3AD) is unknown color: approx Shalimar. HEX triplet: FB, F3 and AD. RGB value is (251,243,173). Sum of RGB (Red+Green+Blue) = 251+243+173=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF3AD is #040C52. Grayscale: #EDEDED. Windows color (decimal): -265299 or 11400187. OLE color: 11400187.

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

Color convert

RGB251243173-
CMYK00.030.310.02
HSL53.85º90.7%83.14%-
HSV(B)53.85º31.08%98.43%-
XYZ79.3887.6352.27-
YUV237.4191.65137.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 173 (67.97% from 255) = 25.94%
R=37.63%
G=36.43%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124317300.030.310.0253.8590.783.14
HexFBF3AD031F2365b53
Octal3733632550337266133123
Binary111110111111001110101101011111111011011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF3AD; }

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

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

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

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

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

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

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

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