#FAC7A1

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

Shades of Romantic #FAC7A1

Tints of Romantic #FAC7A1

Color information

#FAC7A1 (or 0xFAC7A1) is unknown color: approx Romantic. HEX triplet: FA, C7 and A1. RGB value is (250,199,161). Sum of RGB (Red+Green+Blue) = 250+199+161=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC7A1 is #05385E. Grayscale: #D2D2D2. Windows color (decimal): -342111 or 10602490. OLE color: 10602490.

HSL color Cylindrical-coordinate representation of color #FAC7A1: hue angle of 25.62º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAC7A1 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250199161-
CMYK00.200.360.02
HSL25.62º89.9%80.59%-
HSV(B)25.62º35.6%98.04%-
XYZ66.2863.7442.53-
YUV209.92100.4156.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 161 (63.28% from 255) = 26.39%
R=40.98%
G=32.62%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019916100.200.360.0225.6289.980.59
HexFAC7A10142421a5a51
Octal37230724102444232132121
Binary111110101100011110100001010100100100101101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7A1; }

 p { color: rgb(250,199,161); }

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

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

 a { background-color: rgb(250,199,161); }

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

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

 span { border-color: rgb(250,199,161); }

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