#FBF1AF

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

Shades of Shalimar #FBF1AF

Tints of Shalimar #FBF1AF

Color information

#FBF1AF (or 0xFBF1AF) is unknown color: approx Shalimar. HEX triplet: FB, F1 and AF. RGB value is (251,241,175). Sum of RGB (Red+Green+Blue) = 251+241+175=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF1AF is #040E50. Grayscale: #ECECEC. Windows color (decimal): -265809 or 11530747. OLE color: 11530747.

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

Color convert

RGB251241175-
CMYK00.040.300.02
HSL52.11º90.48%83.53%-
HSV(B)52.11º30.28%98.43%-
XYZ78.9886.5153.09-
YUV236.4793.31138.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 175 (68.75% from 255) = 26.24%
R=37.63%
G=36.13%
B=26.24%

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
Decimal25124117500.040.300.0252.1190.4883.53
HexFBF1AF041E2345a54
Octal3733612570436264132124
Binary1111101111110001101011110100111101011010010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1AF; }

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

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

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

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

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

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

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

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