#FAC29F

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

Shades of Romantic #FAC29F

Tints of Romantic #FAC29F

Color information

#FAC29F (or 0xFAC29F) is unknown color: approx Romantic. HEX triplet: FA, C2 and 9F. RGB value is (250,194,159). Sum of RGB (Red+Green+Blue) = 250+194+159=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC29F is #053D60. Grayscale: #CECECE. Windows color (decimal): -343393 or 10470138. OLE color: 10470138.

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

Color convert

RGB250194159-
CMYK00.220.360.02
HSL23.08º90.1%80.2%-
HSV(B)23.08º36.4%98.04%-
XYZ64.9761.4141.23-
YUV206.75101.05158.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 194 (76.17% from 255) = 32.17%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=41.46%
G=32.17%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019415900.220.360.0223.0890.180.2
HexFAC29F016242175a50
Octal37230223702644227132120
Binary111110101100001010011111010110100100101011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC29F; }

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

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

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

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

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

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

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

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