#FAC0A4

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

Shades of Romantic #FAC0A4

Tints of Romantic #FAC0A4

Color information

#FAC0A4 (or 0xFAC0A4) is unknown color: approx Romantic. HEX triplet: FA, C0 and A4. RGB value is (250,192,164). Sum of RGB (Red+Green+Blue) = 250+192+164=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC0A4 is #053F5B. Grayscale: #CECECE. Windows color (decimal): -343900 or 10797306. OLE color: 10797306.

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

Color convert

RGB250192164-
CMYK00.230.340.02
HSL19.53º89.58%81.18%-
HSV(B)19.53º34.4%98.04%-
XYZ64.9760.743.41-
YUV206.15104.22159.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=41.25%
G=31.68%
B=27.06%

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
Decimal25019216400.230.340.0219.5389.5881.18
HexFAC0A4017222145a51
Octal37230024402742224132121
Binary111110101100000010100100010111100010101010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC0A4; }

 p { color: rgb(250,192,164); }

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

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

 a { background-color: rgb(250,192,164); }

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

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

 span { border-color: rgb(250,192,164); }

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