#FAC29C

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

Shades of Romantic #FAC29C

Tints of Romantic #FAC29C

Color information

#FAC29C (or 0xFAC29C) is unknown color: approx Romantic. HEX triplet: FA, C2 and 9C. RGB value is (250,194,156). Sum of RGB (Red+Green+Blue) = 250+194+156=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC29C is #053D63. Grayscale: #CECECE. Windows color (decimal): -343396 or 10273530. OLE color: 10273530.

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

Color convert

RGB250194156-
CMYK00.220.380.02
HSL24.26º90.38%79.61%-
HSV(B)24.26º37.6%98.04%-
XYZ64.7261.3139.88-
YUV206.4199.55159.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 194 (76.17% from 255) = 32.33%
BLUE value IS 156 (61.33% from 255) = 26%
R=41.67%
G=32.33%
B=26%

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
Decimal25019415600.220.380.0224.2690.3879.61
HexFAC29C016262185a50
Octal37230223402646230132120
Binary111110101100001010011100010110100110101100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC29C; }

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

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

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

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

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

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

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

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