#FEA2C6

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

Shades of Carnation Pink #FEA2C6

Tints of Carnation Pink #FEA2C6

Color information

#FEA2C6 (or 0xFEA2C6) is unknown color: approx Carnation Pink. HEX triplet: FE, A2 and C6. RGB value is (254,162,198). Sum of RGB (Red+Green+Blue) = 254+162+198=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 162 (63.67% from 255 or 26.38% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2C6 is #015D39. Grayscale: #C1C1C1. Windows color (decimal): -89402 or 13017854. OLE color: 13017854.

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

Color convert

RGB254162198-
CMYK00.360.220.00
HSL336.52º97.87%81.57%-
HSV(B)336.52º36.22%99.61%-
XYZ63.9950.9959.9-
YUV193.61130.48171.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 162 (63.67% from 255) = 26.38%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=41.37%
G=26.38%
B=32.25%

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
Decimal25416219800.360.220.00336.5297.8781.57
HexFEA2C60241601516252
Octal376242306044260521142122
Binary111111101010001011000110010010010110010101000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2C6; }

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

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

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

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

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

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

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

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