#FBF1AC

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

Shades of Shalimar #FBF1AC

Tints of Shalimar #FBF1AC

Color information

#FBF1AC (or 0xFBF1AC) is unknown color: approx Shalimar. HEX triplet: FB, F1 and AC. RGB value is (251,241,172). Sum of RGB (Red+Green+Blue) = 251+241+172=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 172 (67.58% from 255 or 25.90% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF1AC is #040E53. Grayscale: #ECECEC. Windows color (decimal): -265812 or 11334139. OLE color: 11334139.

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

Color convert

RGB251241172-
CMYK00.040.310.02
HSL52.41º90.8%82.94%-
HSV(B)52.41º31.47%98.43%-
XYZ78.6986.451.56-
YUV236.1291.81138.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 172 (67.58% from 255) = 25.90%
R=37.80%
G=36.30%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124117200.040.310.0252.4190.882.94
HexFBF1AC041F2345b53
Octal3733612540437264133123
Binary1111101111110001101011000100111111011010010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1AC; }

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

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

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

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

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

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

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

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