#FEC6A1

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

Shades of Romantic #FEC6A1

Tints of Romantic #FEC6A1

Color information

#FEC6A1 (or 0xFEC6A1) is unknown color: approx Romantic. HEX triplet: FE, C6 and A1. RGB value is (254,198,161). Sum of RGB (Red+Green+Blue) = 254+198+161=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 161 (63.28% from 255 or 26.26% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6A1 is #01395E. Grayscale: #D2D2D2. Windows color (decimal): -80223 or 10602238. OLE color: 10602238.

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

Color convert

RGB254198161-
CMYK00.220.370.00
HSL23.87º97.89%81.37%-
HSV(B)23.87º36.61%99.61%-
XYZ67.564.0342.52-
YUV210.53100.05159.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 161 (63.28% from 255) = 26.26%
R=41.44%
G=32.30%
B=26.26%

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
Decimal25419816100.220.370.0023.8797.8981.37
HexFEC6A1016250186251
Octal37630624102645030142121
Binary11111110110001101010000101011010010101100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6A1; }

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

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

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

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

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

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

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

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