#FAF3AC

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

Shades of Shalimar #FAF3AC

Tints of Shalimar #FAF3AC

Color information

#FAF3AC (or 0xFAF3AC) is unknown color: approx Shalimar. HEX triplet: FA, F3 and AC. RGB value is (250,243,172). Sum of RGB (Red+Green+Blue) = 250+243+172=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 172 (67.58% from 255 or 25.86% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF3AC is #050C53. Grayscale: #EDEDED. Windows color (decimal): -330836 or 11334650. OLE color: 11334650.

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

Color convert

RGB250243172-
CMYK00.030.310.02
HSL54.62º88.64%82.75%-
HSV(B)54.62º31.2%98.04%-
XYZ78.9287.451.74-
YUV23791.32137.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 243 (95.31% from 255) = 36.54%
BLUE value IS 172 (67.58% from 255) = 25.86%
R=37.59%
G=36.54%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024317200.030.310.0254.6288.6482.75
HexFAF3AC031F2375953
Octal3723632540337267131123
Binary111110101111001110101100011111111011011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3AC; }

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

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

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

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

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

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

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

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