#FAC89C

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

Shades of Romantic #FAC89C

Tints of Romantic #FAC89C

Color information

#FAC89C (or 0xFAC89C) is unknown color: approx Romantic. HEX triplet: FA, C8 and 9C. RGB value is (250,200,156). Sum of RGB (Red+Green+Blue) = 250+200+156=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC89C is #053763. Grayscale: #D2D2D2. Windows color (decimal): -341860 or 10275066. OLE color: 10275066.

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

Color convert

RGB250200156-
CMYK00.20.380.02
HSL28.09º90.38%79.61%-
HSV(B)28.09º37.6%98.04%-
XYZ66.0864.0340.33-
YUV209.9397.57156.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 156 (61.33% from 255) = 25.74%
R=41.25%
G=33.00%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020015600.20.380.0228.0990.3879.61
HexFAC89C0142621c5a50
Octal37231023402446234132120
Binary111110101100100010011100010100100110101110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC89C; }

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

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

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

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

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

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

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

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