#FAF1AC

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

Shades of Shalimar #FAF1AC

Tints of Shalimar #FAF1AC

Color information

#FAF1AC (or 0xFAF1AC) is unknown color: approx Shalimar. HEX triplet: FA, F1 and AC. RGB value is (250,241,172). Sum of RGB (Red+Green+Blue) = 250+241+172=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 172 (67.58% from 255 or 25.94% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1AC is #050E53. Grayscale: #ECECEC. Windows color (decimal): -331348 or 11334138. OLE color: 11334138.

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

Color convert

RGB250241172-
CMYK00.040.310.02
HSL53.08º88.64%82.75%-
HSV(B)53.08º31.2%98.04%-
XYZ78.3386.2151.54-
YUV235.8291.98138.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 172 (67.58% from 255) = 25.94%
R=37.71%
G=36.35%
B=25.94%

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
Decimal25024117200.040.310.0253.0888.6482.75
HexFAF1AC041F2355953
Octal3723612540437265131123
Binary1111101011110001101011000100111111011010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1AC; }

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

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

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

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

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

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

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

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