#FEC0A6

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

Shades of Romantic #FEC0A6

Tints of Romantic #FEC0A6

Color information

#FEC0A6 (or 0xFEC0A6) is unknown color: approx Romantic. HEX triplet: FE, C0 and A6. RGB value is (254,192,166). Sum of RGB (Red+Green+Blue) = 254+192+166=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC0A6 is #013F59. Grayscale: #CFCFCF. Windows color (decimal): -81754 or 10928382. OLE color: 10928382.

HSL color Cylindrical-coordinate representation of color #FEC0A6: hue angle of 17.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEC0A6 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB254192166-
CMYK00.240.350.00
HSL17.73º97.78%82.35%-
HSV(B)17.73º34.65%99.61%-
XYZ66.6161.5244.44-
YUV207.57104.54161.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 166 (65.23% from 255) = 27.12%
R=41.50%
G=31.37%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419216600.240.350.0017.7397.7882.35
HexFEC0A6018230126252
Octal37630024603043022142122
Binary11111110110000001010011001100010001101001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC0A6; }

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

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

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

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

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

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

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

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