#FAC1A7

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

Shades of Romantic #FAC1A7

Tints of Romantic #FAC1A7

Color information

#FAC1A7 (or 0xFAC1A7) is unknown color: approx Romantic. HEX triplet: FA, C1 and A7. RGB value is (250,193,167). Sum of RGB (Red+Green+Blue) = 250+193+167=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC1A7 is #053E58. Grayscale: #CFCFCF. Windows color (decimal): -343641 or 10994170. OLE color: 10994170.

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

Color convert

RGB250193167-
CMYK00.230.330.02
HSL18.8º89.25%81.76%-
HSV(B)18.8º33.2%98.04%-
XYZ65.4761.2544.93-
YUV207.08105.38158.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 193 (75.78% from 255) = 31.64%
BLUE value IS 167 (65.62% from 255) = 27.38%
R=40.98%
G=31.64%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019316700.230.330.0218.889.2581.76
HexFAC1A7017212135952
Octal37230124702741223131122
Binary111110101100000110100111010111100001101001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC1A7; }

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

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

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

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

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

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

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

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