#FEC0A1

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

Shades of Romantic #FEC0A1

Tints of Romantic #FEC0A1

Color information

#FEC0A1 (or 0xFEC0A1) is unknown color: approx Romantic. HEX triplet: FE, C0 and A1. RGB value is (254,192,161). Sum of RGB (Red+Green+Blue) = 254+192+161=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A1 is #013F5E. Grayscale: #CFCFCF. Windows color (decimal): -81759 or 10600702. OLE color: 10600702.

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

Color convert

RGB254192161-
CMYK00.240.370.00
HSL20º97.89%81.37%-
HSV(B)20º36.61%99.61%-
XYZ66.1661.3442.07-
YUV207102.04161.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 161 (63.28% from 255) = 26.52%
R=41.85%
G=31.63%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419216100.240.370.002097.8981.37
HexFEC0A1018250146251
Octal37630024103045024142121
Binary11111110110000001010000101100010010101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0A1; }

 p { color: rgb(254,192,161); }

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

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

 a { background-color: rgb(254,192,161); }

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

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

 span { border-color: rgb(254,192,161); }

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