#FEC3A3

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

Shades of Romantic #FEC3A3

Tints of Romantic #FEC3A3

Color information

#FEC3A3 (or 0xFEC3A3) is unknown color: approx Romantic. HEX triplet: FE, C3 and A3. RGB value is (254,195,163). Sum of RGB (Red+Green+Blue) = 254+195+163=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC3A3 is #013C5C. Grayscale: #D1D1D1. Windows color (decimal): -80989 or 10732542. OLE color: 10732542.

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

Color convert

RGB254195163-
CMYK00.230.360.00
HSL21.1º97.85%81.76%-
HSV(B)21.1º35.83%99.61%-
XYZ6762.7543.23-
YUV208.99102.05160.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 195 (76.56% from 255) = 31.86%
BLUE value IS 163 (64.06% from 255) = 26.63%
R=41.50%
G=31.86%
B=26.63%

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
Decimal25419516300.230.360.0021.197.8581.76
HexFEC3A3017240156252
Octal37630324302744025142122
Binary11111110110000111010001101011110010001010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3A3; }

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

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

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

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

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

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

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

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