#FAC39C

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

Shades of Romantic #FAC39C

Tints of Romantic #FAC39C

Color information

#FAC39C (or 0xFAC39C) is unknown color: approx Romantic. HEX triplet: FA, C3 and 9C. RGB value is (250,195,156). Sum of RGB (Red+Green+Blue) = 250+195+156=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC39C is #053C63. Grayscale: #CFCFCF. Windows color (decimal): -343140 or 10273786. OLE color: 10273786.

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

Color convert

RGB250195156-
CMYK00.220.380.02
HSL24.89º90.38%79.61%-
HSV(B)24.89º37.6%98.04%-
XYZ64.9461.7539.95-
YUV20799.22158.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 195 (76.56% from 255) = 32.45%
BLUE value IS 156 (61.33% from 255) = 25.96%
R=41.60%
G=32.45%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019515600.220.380.0224.8990.3879.61
HexFAC39C016262195a50
Octal37230323402646231132120
Binary111110101100001110011100010110100110101100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC39C; }

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

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

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

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

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

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

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

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