#FEA2CA

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

Shades of Carnation Pink #FEA2CA

Tints of Carnation Pink #FEA2CA

Color information

#FEA2CA (or 0xFEA2CA) is unknown color: approx Carnation Pink. HEX triplet: FE, A2 and CA. RGB value is (254,162,202). Sum of RGB (Red+Green+Blue) = 254+162+202=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2CA is #015D35. Grayscale: #C2C2C2. Windows color (decimal): -89398 or 13279998. OLE color: 13279998.

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

Color convert

RGB254162202-
CMYK00.360.200.00
HSL333.91º97.87%81.57%-
HSV(B)333.91º36.22%99.61%-
XYZ64.4551.1862.36-
YUV194.07132.48170.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 162 (63.67% from 255) = 26.21%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=41.10%
G=26.21%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416220200.360.200.00333.9197.8781.57
HexFEA2CA02414014e6252
Octal376242312044240516142122
Binary111111101010001011001010010010010100010100111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2CA; }

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

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

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

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

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

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

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

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