#FAC29D

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

Shades of Romantic #FAC29D

Tints of Romantic #FAC29D

Color information

#FAC29D (or 0xFAC29D) is unknown color: approx Romantic. HEX triplet: FA, C2 and 9D. RGB value is (250,194,157). Sum of RGB (Red+Green+Blue) = 250+194+157=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC29D is #053D62. Grayscale: #CECECE. Windows color (decimal): -343395 or 10339066. OLE color: 10339066.

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

Color convert

RGB250194157-
CMYK00.220.370.02
HSL23.87º90.29%79.8%-
HSV(B)23.87º37.2%98.04%-
XYZ64.861.3440.32-
YUV206.53100.05159.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 194 (76.17% from 255) = 32.28%
BLUE value IS 157 (61.72% from 255) = 26.12%
R=41.60%
G=32.28%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019415700.220.370.0223.8790.2979.8
HexFAC29D016252185a50
Octal37230223502645230132120
Binary111110101100001010011101010110100101101100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC29D; }

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

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

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

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

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

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

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

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