#FEA3C0

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

Shades of Carnation Pink #FEA3C0

Tints of Carnation Pink #FEA3C0

Color information

#FEA3C0 (or 0xFEA3C0) is unknown color: approx Carnation Pink. HEX triplet: FE, A3 and C0. RGB value is (254,163,192). Sum of RGB (Red+Green+Blue) = 254+163+192=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3C0 is #015C3F. Grayscale: #C1C1C1. Windows color (decimal): -89152 or 12624894. OLE color: 12624894.

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

Color convert

RGB254163192-
CMYK00.360.240.00
HSL340.88º97.85%81.76%-
HSV(B)340.88º35.83%99.61%-
XYZ63.4851.0756.38-
YUV193.52127.15171.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 163 (64.06% from 255) = 26.77%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=41.71%
G=26.77%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416319200.360.240.00340.8897.8581.76
HexFEA3C00241801556252
Octal376243300044300525142122
Binary111111101010001111000000010010011000010101010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3C0; }

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

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

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

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

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

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

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

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