#FAC1A6

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

Shades of Romantic #FAC1A6

Tints of Romantic #FAC1A6

Color information

#FAC1A6 (or 0xFAC1A6) is unknown color: approx Romantic. HEX triplet: FA, C1 and A6. RGB value is (250,193,166). Sum of RGB (Red+Green+Blue) = 250+193+166=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1A6 is #053E59. Grayscale: #CFCFCF. Windows color (decimal): -343642 or 10928634. OLE color: 10928634.

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

Color convert

RGB250193166-
CMYK00.230.340.02
HSL19.29º89.36%81.57%-
HSV(B)19.29º33.6%98.04%-
XYZ65.3861.2244.45-
YUV206.96104.88158.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 166 (65.23% from 255) = 27.26%
R=41.05%
G=31.69%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019316600.230.340.0219.2989.3681.57
HexFAC1A6017222135952
Octal37230124602742223131122
Binary111110101100000110100110010111100010101001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1A6; }

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

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

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

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

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

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

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

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