#FAC3A5

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

Shades of Romantic #FAC3A5

Tints of Romantic #FAC3A5

Color information

#FAC3A5 (or 0xFAC3A5) is unknown color: approx Romantic. HEX triplet: FA, C3 and A5. RGB value is (250,195,165). Sum of RGB (Red+Green+Blue) = 250+195+165=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC3A5 is #053C5A. Grayscale: #D0D0D0. Windows color (decimal): -343131 or 10863610. OLE color: 10863610.

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

Color convert

RGB250195165-
CMYK00.220.340.02
HSL21.18º89.47%81.37%-
HSV(B)21.18º34%98.04%-
XYZ65.7362.0744.11-
YUV208.02103.72157.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.98%
GREEN value IS 195 (76.56% from 255) = 31.97%
BLUE value IS 165 (64.84% from 255) = 27.05%
R=40.98%
G=31.97%
B=27.05%

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
Decimal25019516500.220.340.0221.1889.4781.37
HexFAC3A5016222155951
Octal37230324502642225131121
Binary111110101100001110100101010110100010101010110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC3A5; }

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

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

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

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

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

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

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

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