#FAC195

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

Shades of Romantic #FAC195

Tints of Romantic #FAC195

Color information

#FAC195 (or 0xFAC195) is unknown color: approx Romantic. HEX triplet: FA, C1 and 95. RGB value is (250,193,149). Sum of RGB (Red+Green+Blue) = 250+193+149=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC195 is #053E6A. Grayscale: #CDCDCD. Windows color (decimal): -343659 or 9814522. OLE color: 9814522.

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

Color convert

RGB250193149-
CMYK00.230.400.02
HSL26.14º90.99%78.24%-
HSV(B)26.14º40.4%98.04%-
XYZ63.9260.6336.77-
YUV205.0396.38160.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 149 (58.59% from 255) = 25.17%
R=42.23%
G=32.60%
B=25.17%

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
Decimal25019314900.230.400.0226.1490.9978.24
HexFAC1950172821a5b4e
Octal37230122502750232133116
Binary111110101100000110010101010111101000101101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC195; }

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

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

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

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

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

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

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

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