#FEC3A2

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

Shades of Romantic #FEC3A2

Tints of Romantic #FEC3A2

Color information

#FEC3A2 (or 0xFEC3A2) is unknown color: approx Romantic. HEX triplet: FE, C3 and A2. RGB value is (254,195,162). Sum of RGB (Red+Green+Blue) = 254+195+162=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 162 (63.67% from 255 or 26.51% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3A2 is #013C5D. Grayscale: #D1D1D1. Windows color (decimal): -80990 or 10667006. OLE color: 10667006.

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

Color convert

RGB254195162-
CMYK00.230.360.00
HSL21.52º97.87%81.57%-
HSV(B)21.52º36.22%99.61%-
XYZ66.9162.7142.76-
YUV208.88101.55160.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 195 (76.56% from 255) = 31.91%
BLUE value IS 162 (63.67% from 255) = 26.51%
R=41.57%
G=31.91%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419516200.230.360.0021.5297.8781.57
HexFEC3A2017240166252
Octal37630324202744026142122
Binary11111110110000111010001001011110010001011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3A2; }

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

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

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

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

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

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

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

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