#FAC196

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

Shades of Romantic #FAC196

Tints of Romantic #FAC196

Color information

#FAC196 (or 0xFAC196) is unknown color: approx Romantic. HEX triplet: FA, C1 and 96. RGB value is (250,193,150). Sum of RGB (Red+Green+Blue) = 250+193+150=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC196 is #053E69. Grayscale: #CDCDCD. Windows color (decimal): -343658 or 9880058. OLE color: 9880058.

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

Color convert

RGB250193150-
CMYK00.230.40.02
HSL25.8º90.91%78.43%-
HSV(B)25.8º40%98.04%-
XYZ6460.6737.19-
YUV205.1496.88160-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 193 (75.78% from 255) = 32.55%
BLUE value IS 150 (58.98% from 255) = 25.30%
R=42.16%
G=32.55%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019315000.230.40.0225.890.9178.43
HexFAC1960172821a5b4e
Octal37230122602750232133116
Binary111110101100000110010110010111101000101101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC196; }

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

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

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

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

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

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

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

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