#FAC89D

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

Shades of Romantic #FAC89D

Tints of Romantic #FAC89D

Color information

#FAC89D (or 0xFAC89D) is unknown color: approx Romantic. HEX triplet: FA, C8 and 9D. RGB value is (250,200,157). Sum of RGB (Red+Green+Blue) = 250+200+157=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC89D is #053762. Grayscale: #D2D2D2. Windows color (decimal): -341859 or 10340602. OLE color: 10340602.

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

Color convert

RGB250200157-
CMYK00.20.370.02
HSL27.74º90.29%79.8%-
HSV(B)27.74º37.2%98.04%-
XYZ66.1664.0740.78-
YUV210.0598.07156.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 200 (78.52% from 255) = 32.95%
BLUE value IS 157 (61.72% from 255) = 25.86%
R=41.19%
G=32.95%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020015700.20.370.0227.7490.2979.8
HexFAC89D0142521c5a50
Octal37231023502445234132120
Binary111110101100100010011101010100100101101110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC89D; }

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

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

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

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

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

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

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

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