#FEA2CD

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

Shades of Carnation Pink #FEA2CD

Tints of Carnation Pink #FEA2CD

Color information

#FEA2CD (or 0xFEA2CD) is unknown color: approx Carnation Pink. HEX triplet: FE, A2 and CD. RGB value is (254,162,205). Sum of RGB (Red+Green+Blue) = 254+162+205=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2CD is #015D32. Grayscale: #C2C2C2. Windows color (decimal): -89395 or 13476606. OLE color: 13476606.

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

Color convert

RGB254162205-
CMYK00.360.190.00
HSL331.96º97.87%81.57%-
HSV(B)331.96º36.22%99.61%-
XYZ64.8151.3264.25-
YUV194.41133.98170.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 162 (63.67% from 255) = 26.09%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=40.90%
G=26.09%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416220500.360.190.00331.9697.8781.57
HexFEA2CD02413014c6252
Octal376242315044230514142122
Binary111111101010001011001101010010010011010100110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2CD; }

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

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

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

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

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

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

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

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