#FEC9A0

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

Shades of Romantic #FEC9A0

Tints of Romantic #FEC9A0

Color information

#FEC9A0 (or 0xFEC9A0) is unknown color: approx Romantic. HEX triplet: FE, C9 and A0. RGB value is (254,201,160). Sum of RGB (Red+Green+Blue) = 254+201+160=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9A0 is #01365F. Grayscale: #D4D4D4. Windows color (decimal): -79456 or 10537470. OLE color: 10537470.

HSL color Cylindrical-coordinate representation of color #FEC9A0: hue angle of 26.17º 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 #FEC9A0 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB254201160-
CMYK00.210.370.00
HSL26.17º97.92%81.18%-
HSV(B)26.17º37.01%99.61%-
XYZ68.165.3842.29-
YUV212.1798.56157.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 201 (78.91% from 255) = 32.68%
BLUE value IS 160 (62.89% from 255) = 26.02%
R=41.30%
G=32.68%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420116000.210.370.0026.1797.9281.18
HexFEC9A00152501a6251
Octal37631124002545032142121
Binary11111110110010011010000001010110010101101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9A0; }

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

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

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

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

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

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

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

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