#FAC1A3

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

Shades of Romantic #FAC1A3

Tints of Romantic #FAC1A3

Color information

#FAC1A3 (or 0xFAC1A3) is unknown color: approx Romantic. HEX triplet: FA, C1 and A3. RGB value is (250,193,163). Sum of RGB (Red+Green+Blue) = 250+193+163=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1A3 is #053E5C. Grayscale: #CECECE. Windows color (decimal): -343645 or 10732026. OLE color: 10732026.

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

Color convert

RGB250193163-
CMYK00.230.350.02
HSL20.69º89.69%80.98%-
HSV(B)20.69º34.8%98.04%-
XYZ65.1161.1143.01-
YUV206.62103.38158.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 163 (64.06% from 255) = 26.90%
R=41.25%
G=31.85%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019316300.230.350.0220.6989.6980.98
HexFAC1A3017232155a51
Octal37230124302743225132121
Binary111110101100000110100011010111100011101010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1A3; }

 p { color: rgb(250,193,163); }

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

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

 a { background-color: rgb(250,193,163); }

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

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

 span { border-color: rgb(250,193,163); }

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