#FAF0AC

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

Shades of Shalimar #FAF0AC

Tints of Shalimar #FAF0AC

Color information

#FAF0AC (or 0xFAF0AC) is unknown color: approx Shalimar. HEX triplet: FA, F0 and AC. RGB value is (250,240,172). Sum of RGB (Red+Green+Blue) = 250+240+172=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 172 (67.58% from 255 or 25.98% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF0AC is #050F53. Grayscale: #EBEBEB. Windows color (decimal): -331604 or 11333882. OLE color: 11333882.

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

Color convert

RGB250240172-
CMYK00.040.310.02
HSL52.31º88.64%82.75%-
HSV(B)52.31º31.2%98.04%-
XYZ78.0385.6251.44-
YUV235.2492.31138.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 240 (94.14% from 255) = 36.25%
BLUE value IS 172 (67.58% from 255) = 25.98%
R=37.76%
G=36.25%
B=25.98%

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
Decimal25024017200.040.310.0252.3188.6482.75
HexFAF0AC041F2345953
Octal3723602540437264131123
Binary1111101011110000101011000100111111011010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0AC; }

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

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

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

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

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

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

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

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