#FAC4A1

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

Shades of Romantic #FAC4A1

Tints of Romantic #FAC4A1

Color information

#FAC4A1 (or 0xFAC4A1) is unknown color: approx Romantic. HEX triplet: FA, C4 and A1. RGB value is (250,196,161). Sum of RGB (Red+Green+Blue) = 250+196+161=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC4A1 is #053B5E. Grayscale: #D0D0D0. Windows color (decimal): -342879 or 10601722. OLE color: 10601722.

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

Color convert

RGB250196161-
CMYK00.220.360.02
HSL23.6º89.9%80.59%-
HSV(B)23.6º35.6%98.04%-
XYZ65.662.3842.3-
YUV208.16101.39157.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 161 (63.28% from 255) = 26.52%
R=41.19%
G=32.29%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019616100.220.360.0223.689.980.59
HexFAC4A1016242185a51
Octal37230424102644230132121
Binary111110101100010010100001010110100100101100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4A1; }

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

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

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

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

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

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

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

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