#FAC3A4

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

Shades of Romantic #FAC3A4

Tints of Romantic #FAC3A4

Color information

#FAC3A4 (or 0xFAC3A4) is unknown color: approx Romantic. HEX triplet: FA, C3 and A4. RGB value is (250,195,164). Sum of RGB (Red+Green+Blue) = 250+195+164=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 164 (64.45% from 255 or 26.93% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3A4 is #053C5B. Grayscale: #D0D0D0. Windows color (decimal): -343132 or 10798074. OLE color: 10798074.

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

Color convert

RGB250195164-
CMYK00.220.340.02
HSL21.63º89.58%81.18%-
HSV(B)21.63º34.4%98.04%-
XYZ65.6462.0343.64-
YUV207.91103.22158.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 195 (76.56% from 255) = 32.02%
BLUE value IS 164 (64.45% from 255) = 26.93%
R=41.05%
G=32.02%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019516400.220.340.0221.6389.5881.18
HexFAC3A4016222165a51
Octal37230324402642226132121
Binary111110101100001110100100010110100010101011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3A4; }

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

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

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

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

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

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

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

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