#FAC295

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

Shades of Romantic #FAC295

Tints of Romantic #FAC295

Color information

#FAC295 (or 0xFAC295) is unknown color: approx Romantic. HEX triplet: FA, C2 and 95. RGB value is (250,194,149). Sum of RGB (Red+Green+Blue) = 250+194+149=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAC295 is #053D6A. Grayscale: #CDCDCD. Windows color (decimal): -343403 or 9814778. OLE color: 9814778.

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

Color convert

RGB250194149-
CMYK00.220.400.02
HSL26.73º90.99%78.24%-
HSV(B)26.73º40.4%98.04%-
XYZ64.1461.0836.84-
YUV205.6196.05159.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 194 (76.17% from 255) = 32.72%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=42.16%
G=32.72%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019414900.220.400.0226.7390.9978.24
HexFAC2950162821b5b4e
Octal37230222502650233133116
Binary111110101100001010010101010110101000101101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC295; }

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

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

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

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

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

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

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

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