#FEC3A1

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

Shades of Romantic #FEC3A1

Tints of Romantic #FEC3A1

Color information

#FEC3A1 (or 0xFEC3A1) is unknown color: approx Romantic. HEX triplet: FE, C3 and A1. RGB value is (254,195,161). Sum of RGB (Red+Green+Blue) = 254+195+161=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3A1 is #013C5E. Grayscale: #D0D0D0. Windows color (decimal): -80991 or 10601470. OLE color: 10601470.

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

Color convert

RGB254195161-
CMYK00.230.370.00
HSL21.94º97.89%81.37%-
HSV(B)21.94º36.61%99.61%-
XYZ66.8262.6742.29-
YUV208.76101.05160.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 195 (76.56% from 255) = 31.97%
BLUE value IS 161 (63.28% from 255) = 26.39%
R=41.64%
G=31.97%
B=26.39%

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
Decimal25419516100.230.370.0021.9497.8981.37
HexFEC3A1017250166251
Octal37630324102745026142121
Binary11111110110000111010000101011110010101011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3A1; }

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

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

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

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

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

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

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

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