#FEC0A3

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

Shades of Romantic #FEC0A3

Tints of Romantic #FEC0A3

Color information

#FEC0A3 (or 0xFEC0A3) is unknown color: approx Romantic. HEX triplet: FE, C0 and A3. RGB value is (254,192,163). Sum of RGB (Red+Green+Blue) = 254+192+163=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 163 (64.06% from 255 or 26.77% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A3 is #013F5C. Grayscale: #CFCFCF. Windows color (decimal): -81757 or 10731774. OLE color: 10731774.

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

Color convert

RGB254192163-
CMYK00.240.360.00
HSL19.12º97.85%81.76%-
HSV(B)19.12º35.83%99.61%-
XYZ66.3361.4143.01-
YUV207.23103.04161.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 163 (64.06% from 255) = 26.77%
R=41.71%
G=31.53%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419216300.240.360.0019.1297.8581.76
HexFEC0A3018240136252
Octal37630024303044023142122
Binary11111110110000001010001101100010010001001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0A3; }

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

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

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

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

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

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

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

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