#FEC1A0

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

Shades of Romantic #FEC1A0

Tints of Romantic #FEC1A0

Color information

#FEC1A0 (or 0xFEC1A0) is unknown color: approx Romantic. HEX triplet: FE, C1 and A0. RGB value is (254,193,160). Sum of RGB (Red+Green+Blue) = 254+193+160=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC1A0 is #013E5F. Grayscale: #CFCFCF. Windows color (decimal): -81504 or 10535422. OLE color: 10535422.

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

Color convert

RGB254193160-
CMYK00.240.370.00
HSL21.06º97.92%81.18%-
HSV(B)21.06º37.01%99.61%-
XYZ66.2961.7541.68-
YUV207.48101.21161.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 160 (62.89% from 255) = 26.36%
R=41.85%
G=31.80%
B=26.36%

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
Decimal25419316000.240.370.0021.0697.9281.18
HexFEC1A0018250156251
Octal37630124003045025142121
Binary11111110110000011010000001100010010101010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC1A0; }

 p { color: rgb(254,193,160); }

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

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

 a { background-color: rgb(254,193,160); }

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

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

 span { border-color: rgb(254,193,160); }

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