#FEC5A1

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

Shades of Romantic #FEC5A1

Tints of Romantic #FEC5A1

Color information

#FEC5A1 (or 0xFEC5A1) is unknown color: approx Romantic. HEX triplet: FE, C5 and A1. RGB value is (254,197,161). Sum of RGB (Red+Green+Blue) = 254+197+161=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 161 (63.28% from 255 or 26.31% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC5A1 is #013A5E. Grayscale: #D2D2D2. Windows color (decimal): -80479 or 10601982. OLE color: 10601982.

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

Color convert

RGB254197161-
CMYK00.220.370.00
HSL23.23º97.89%81.37%-
HSV(B)23.23º36.61%99.61%-
XYZ67.2763.5842.44-
YUV209.94100.38159.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 197 (77.34% from 255) = 32.19%
BLUE value IS 161 (63.28% from 255) = 26.31%
R=41.50%
G=32.19%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419716100.220.370.0023.2397.8981.37
HexFEC5A1016250176251
Octal37630524102645027142121
Binary11111110110001011010000101011010010101011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5A1; }

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

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

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

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

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

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

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

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