#FBF4AD

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

Shades of Shalimar #FBF4AD

Tints of Shalimar #FBF4AD

Color information

#FBF4AD (or 0xFBF4AD) is unknown color: approx Shalimar. HEX triplet: FB, F4 and AD. RGB value is (251,244,173). Sum of RGB (Red+Green+Blue) = 251+244+173=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 173 (67.97% from 255 or 25.90% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF4AD is #040B52. Grayscale: #EEEEEE. Windows color (decimal): -265043 or 11400443. OLE color: 11400443.

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

Color convert

RGB251244173-
CMYK00.030.310.02
HSL54.62º90.7%83.14%-
HSV(B)54.62º31.08%98.43%-
XYZ79.6888.2352.37-
YUV23891.32137.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 244 (95.70% from 255) = 36.53%
BLUE value IS 173 (67.97% from 255) = 25.90%
R=37.57%
G=36.53%
B=25.90%

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
Decimal25124417300.030.310.0254.6290.783.14
HexFBF4AD031F2375b53
Octal3733642550337267133123
Binary111110111111010010101101011111111011011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4AD; }

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

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

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

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

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

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

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

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