#FEC195

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

Shades of Romantic #FEC195

Tints of Romantic #FEC195

Color information

#FEC195 (or 0xFEC195) is unknown color: approx Romantic. HEX triplet: FE, C1 and 95. RGB value is (254,193,149). Sum of RGB (Red+Green+Blue) = 254+193+149=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC195 is #013E6A. Grayscale: #CECECE. Windows color (decimal): -81515 or 9814526. OLE color: 9814526.

HSL color Cylindrical-coordinate representation of color #FEC195: hue angle of 25.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEC195 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB254193149-
CMYK00.240.410.00
HSL25.14º98.13%79.02%-
HSV(B)25.14º41.34%99.61%-
XYZ65.3761.3836.84-
YUV206.2295.71162.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 193 (75.78% from 255) = 32.38%
BLUE value IS 149 (58.59% from 255) = 25%
R=42.62%
G=32.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419314900.240.410.0025.1498.1379.02
HexFEC19501829019624f
Octal37630122503051031142117
Binary11111110110000011001010101100010100101100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC195; }

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

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

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

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

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

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

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

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