#FAC8A1

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

Shades of Romantic #FAC8A1

Tints of Romantic #FAC8A1

Color information

#FAC8A1 (or 0xFAC8A1) is unknown color: approx Romantic. HEX triplet: FA, C8 and A1. RGB value is (250,200,161). Sum of RGB (Red+Green+Blue) = 250+200+161=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC8A1 is #05375E. Grayscale: #D2D2D2. Windows color (decimal): -341855 or 10602746. OLE color: 10602746.

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

Color convert

RGB250200161-
CMYK00.20.360.02
HSL26.29º89.9%80.59%-
HSV(B)26.29º35.6%98.04%-
XYZ66.5164.2142.61-
YUV210.5100.07156.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.92%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 161 (63.28% from 255) = 26.35%
R=40.92%
G=32.73%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020016100.20.360.0226.2989.980.59
HexFAC8A10142421a5a51
Octal37231024102444232132121
Binary111110101100100010100001010100100100101101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC8A1; }

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

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

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

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

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

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

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

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