#FEC6A3

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

Shades of Romantic #FEC6A3

Tints of Romantic #FEC6A3

Color information

#FEC6A3 (or 0xFEC6A3) is unknown color: approx Romantic. HEX triplet: FE, C6 and A3. RGB value is (254,198,163). Sum of RGB (Red+Green+Blue) = 254+198+163=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 163 (64.06% from 255 or 26.50% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC6A3 is #01395C. Grayscale: #D2D2D2. Windows color (decimal): -80221 or 10733310. OLE color: 10733310.

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

Color convert

RGB254198163-
CMYK00.220.360.00
HSL23.08º97.85%81.76%-
HSV(B)23.08º35.83%99.61%-
XYZ67.6864.143.46-
YUV210.75101.05158.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.30%
GREEN value IS 198 (77.73% from 255) = 32.20%
BLUE value IS 163 (64.06% from 255) = 26.50%
R=41.30%
G=32.20%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419816300.220.360.0023.0897.8581.76
HexFEC6A3016240176252
Octal37630624302644027142122
Binary11111110110001101010001101011010010001011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6A3; }

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

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

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

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

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

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

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

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