#FEA3CA

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

Shades of Carnation Pink #FEA3CA

Tints of Carnation Pink #FEA3CA

Color information

#FEA3CA (or 0xFEA3CA) is unknown color: approx Carnation Pink. HEX triplet: FE, A3 and CA. RGB value is (254,163,202). Sum of RGB (Red+Green+Blue) = 254+163+202=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3CA is #015C35. Grayscale: #C2C2C2. Windows color (decimal): -89142 or 13280254. OLE color: 13280254.

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

Color convert

RGB254163202-
CMYK00.360.200.00
HSL334.29º97.85%81.76%-
HSV(B)334.29º35.83%99.61%-
XYZ64.6351.5362.42-
YUV194.66132.15170.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 163 (64.06% from 255) = 26.33%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=41.03%
G=26.33%
B=32.63%

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
Decimal25416320200.360.200.00334.2997.8581.76
HexFEA3CA02414014e6252
Octal376243312044240516142122
Binary111111101010001111001010010010010100010100111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3CA; }

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

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

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

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

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

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

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

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