#FAF9AC

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

Shades of Shalimar #FAF9AC

Tints of Shalimar #FAF9AC

Color information

#FAF9AC (or 0xFAF9AC) is unknown color: approx Shalimar. HEX triplet: FA, F9 and AC. RGB value is (250,249,172). Sum of RGB (Red+Green+Blue) = 250+249+172=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 172 (67.58% from 255 or 25.63% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF9AC is #050653. Grayscale: #F0F0F0. Windows color (decimal): -329300 or 11336186. OLE color: 11336186.

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

Color convert

RGB250249172-
CMYK00.000.310.02
HSL59.23º88.64%82.75%-
HSV(B)59.23º31.2%98.04%-
XYZ80.7591.0552.35-
YUV240.5289.33134.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 249 (97.66% from 255) = 37.11%
BLUE value IS 172 (67.58% from 255) = 25.63%
R=37.26%
G=37.11%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024917200.000.310.0259.2388.6482.75
HexFAF9AC001F23b5953
Octal3723712540037273131123
Binary11111010111110011010110000111111011101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9AC; }

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

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

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

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

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

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

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

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