#FAC2A1

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

Shades of Romantic #FAC2A1

Tints of Romantic #FAC2A1

Color information

#FAC2A1 (or 0xFAC2A1) is unknown color: approx Romantic. HEX triplet: FA, C2 and A1. RGB value is (250,194,161). Sum of RGB (Red+Green+Blue) = 250+194+161=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC2A1 is #053D5E. Grayscale: #CFCFCF. Windows color (decimal): -343391 or 10601210. OLE color: 10601210.

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

Color convert

RGB250194161-
CMYK00.220.360.02
HSL22.25º89.9%80.59%-
HSV(B)22.25º35.6%98.04%-
XYZ65.1561.4842.15-
YUV206.98102.05158.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 194 (76.17% from 255) = 32.07%
BLUE value IS 161 (63.28% from 255) = 26.61%
R=41.32%
G=32.07%
B=26.61%

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
Decimal25019416100.220.360.0222.2589.980.59
HexFAC2A1016242165a51
Octal37230224102644226132121
Binary111110101100001010100001010110100100101011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC2A1; }

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

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

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

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

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

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

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

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