#FBF0AF

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

Shades of Shalimar #FBF0AF

Tints of Shalimar #FBF0AF

Color information

#FBF0AF (or 0xFBF0AF) is unknown color: approx Shalimar. HEX triplet: FB, F0 and AF. RGB value is (251,240,175). Sum of RGB (Red+Green+Blue) = 251+240+175=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 175 (68.75% from 255 or 26.28% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF0AF is #040F50. Grayscale: #ECECEC. Windows color (decimal): -266065 or 11530491. OLE color: 11530491.

HSL color Cylindrical-coordinate representation of color #FBF0AF: hue angle of 51.32º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBF0AF is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB251240175-
CMYK00.040.300.02
HSL51.32º90.48%83.53%-
HSV(B)51.32º30.28%98.43%-
XYZ78.6885.9253-
YUV235.8893.64138.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 240 (94.14% from 255) = 36.04%
BLUE value IS 175 (68.75% from 255) = 26.28%
R=37.69%
G=36.04%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124017500.040.300.0251.3290.4883.53
HexFBF0AF041E2335a54
Octal3733602570436263132124
Binary1111101111110000101011110100111101011001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0AF; }

 p { color: rgb(251,240,175); }

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

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

 a { background-color: rgb(251,240,175); }

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

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

 span { border-color: rgb(251,240,175); }

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