#FEA3C6

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

Shades of Carnation Pink #FEA3C6

Tints of Carnation Pink #FEA3C6

Color information

#FEA3C6 (or 0xFEA3C6) is unknown color: approx Carnation Pink. HEX triplet: FE, A3 and C6. RGB value is (254,163,198). Sum of RGB (Red+Green+Blue) = 254+163+198=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 198 (77.73% from 255 or 32.20% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3C6 is #015C39. Grayscale: #C2C2C2. Windows color (decimal): -89146 or 13018110. OLE color: 13018110.

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

Color convert

RGB254163198-
CMYK00.360.220.00
HSL336.92º97.85%81.76%-
HSV(B)336.92º35.83%99.61%-
XYZ64.1651.3459.95-
YUV194.2130.15170.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416319800.360.220.00336.9297.8581.76
HexFEA3C60241601516252
Octal376243306044260521142122
Binary111111101010001111000110010010010110010101000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3C6; }

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

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

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

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

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

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

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

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