#FAC197

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

Shades of Romantic #FAC197

Tints of Romantic #FAC197

Color information

#FAC197 (or 0xFAC197) is unknown color: approx Romantic. HEX triplet: FA, C1 and 97. RGB value is (250,193,151). Sum of RGB (Red+Green+Blue) = 250+193+151=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC197 is #053E68. Grayscale: #CDCDCD. Windows color (decimal): -343657 or 9945594. OLE color: 9945594.

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

Color convert

RGB250193151-
CMYK00.230.400.02
HSL25.45º90.83%78.63%-
HSV(B)25.45º39.6%98.04%-
XYZ64.0860.737.62-
YUV205.2697.38159.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 193 (75.78% from 255) = 32.49%
BLUE value IS 151 (59.38% from 255) = 25.42%
R=42.09%
G=32.49%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019315100.230.400.0225.4590.8378.63
HexFAC197017282195b4f
Octal37230122702750231133117
Binary111110101100000110010111010111101000101100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC197; }

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

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

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

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

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

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

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

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