#FEC4A0

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

Shades of Romantic #FEC4A0

Tints of Romantic #FEC4A0

Color information

#FEC4A0 (or 0xFEC4A0) is unknown color: approx Romantic. HEX triplet: FE, C4 and A0. RGB value is (254,196,160). Sum of RGB (Red+Green+Blue) = 254+196+160=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 160 (62.89% from 255 or 26.23% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC4A0 is #013B5F. Grayscale: #D1D1D1. Windows color (decimal): -80736 or 10536190. OLE color: 10536190.

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

Color convert

RGB254196160-
CMYK00.230.370.00
HSL22.98º97.92%81.18%-
HSV(B)22.98º37.01%99.61%-
XYZ66.9663.0941.91-
YUV209.24100.22159.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 160 (62.89% from 255) = 26.23%
R=41.64%
G=32.13%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419616000.230.370.0022.9897.9281.18
HexFEC4A0017250176251
Octal37630424002745027142121
Binary11111110110001001010000001011110010101011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4A0; }

 p { color: rgb(254,196,160); }

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

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

 a { background-color: rgb(254,196,160); }

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

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

 span { border-color: rgb(254,196,160); }

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