#FEA2C8

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

Shades of Carnation Pink #FEA2C8

Tints of Carnation Pink #FEA2C8

Color information

#FEA2C8 (or 0xFEA2C8) is unknown color: approx Carnation Pink. HEX triplet: FE, A2 and C8. RGB value is (254,162,200). Sum of RGB (Red+Green+Blue) = 254+162+200=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2C8 is #015D37. Grayscale: #C1C1C1. Windows color (decimal): -89400 or 13148926. OLE color: 13148926.

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

Color convert

RGB254162200-
CMYK00.360.210.00
HSL335.22º97.87%81.57%-
HSV(B)335.22º36.22%99.61%-
XYZ64.2251.0861.12-
YUV193.84131.48170.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 162 (63.67% from 255) = 26.30%
BLUE value IS 200 (78.52% from 255) = 32.47%
R=41.23%
G=26.30%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416220000.360.210.00335.2297.8781.57
HexFEA2C802415014f6252
Octal376242310044250517142122
Binary111111101010001011001000010010010101010100111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2C8; }

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

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

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

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

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

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

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

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