#FAC79D

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

Shades of Romantic #FAC79D

Tints of Romantic #FAC79D

Color information

#FAC79D (or 0xFAC79D) is unknown color: approx Romantic. HEX triplet: FA, C7 and 9D. RGB value is (250,199,157). Sum of RGB (Red+Green+Blue) = 250+199+157=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC79D is #053862. Grayscale: #D1D1D1. Windows color (decimal): -342115 or 10340346. OLE color: 10340346.

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

Color convert

RGB250199157-
CMYK00.200.370.02
HSL27.1º90.29%79.8%-
HSV(B)27.1º37.2%98.04%-
XYZ65.9363.6140.7-
YUV209.4698.4156.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 157 (61.72% from 255) = 25.91%
R=41.25%
G=32.84%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019915700.200.370.0227.190.2979.8
HexFAC79D0142521b5a50
Octal37230723502445233132120
Binary111110101100011110011101010100100101101101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC79D; }

 p { color: rgb(250,199,157); }

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

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

 a { background-color: rgb(250,199,157); }

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

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

 span { border-color: rgb(250,199,157); }

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