#FAC496

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

Shades of Romantic #FAC496

Tints of Romantic #FAC496

Color information

#FAC496 (or 0xFAC496) is unknown color: approx Romantic. HEX triplet: FA, C4 and 96. RGB value is (250,196,150). Sum of RGB (Red+Green+Blue) = 250+196+150=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC496 is #053B69. Grayscale: #CFCFCF. Windows color (decimal): -342890 or 9880826. OLE color: 9880826.

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

Color convert

RGB250196150-
CMYK00.220.40.02
HSL27.6º90.91%78.43%-
HSV(B)27.6º40%98.04%-
XYZ64.6762.0137.41-
YUV206.995.89158.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.95%
GREEN value IS 196 (76.95% from 255) = 32.89%
BLUE value IS 150 (58.98% from 255) = 25.17%
R=41.95%
G=32.89%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019615000.220.40.0227.690.9178.43
HexFAC4960162821c5b4e
Octal37230422602650234133116
Binary111110101100010010010110010110101000101110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC496; }

 p { color: rgb(250,196,150); }

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

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

 a { background-color: rgb(250,196,150); }

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

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

 span { border-color: rgb(250,196,150); }

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