#FAF5AC

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

Shades of Shalimar #FAF5AC

Tints of Shalimar #FAF5AC

Color information

#FAF5AC (or 0xFAF5AC) is unknown color: approx Shalimar. HEX triplet: FA, F5 and AC. RGB value is (250,245,172). Sum of RGB (Red+Green+Blue) = 250+245+172=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 172 (67.58% from 255 or 25.79% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5AC is #050A53. Grayscale: #EEEEEE. Windows color (decimal): -330324 or 11335162. OLE color: 11335162.

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

Color convert

RGB250245172-
CMYK00.020.310.02
HSL56.15º88.64%82.75%-
HSV(B)56.15º31.2%98.04%-
XYZ79.5288.6151.94-
YUV238.1790.66136.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 245 (96.09% from 255) = 36.73%
BLUE value IS 172 (67.58% from 255) = 25.79%
R=37.48%
G=36.73%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024517200.020.310.0256.1588.6482.75
HexFAF5AC021F2385953
Octal3723652540237270131123
Binary111110101111010110101100010111111011100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5AC; }

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

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

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

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

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

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

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

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