#FEA0CA

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

Shades of Carnation Pink #FEA0CA

Tints of Carnation Pink #FEA0CA

Color information

#FEA0CA (or 0xFEA0CA) is unknown color: approx Carnation Pink. HEX triplet: FE, A0 and CA. RGB value is (254,160,202). Sum of RGB (Red+Green+Blue) = 254+160+202=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0CA is #015F35. Grayscale: #C0C0C0. Windows color (decimal): -89910 or 13279486. OLE color: 13279486.

HSL color Cylindrical-coordinate representation of color #FEA0CA: hue angle of 333.19º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0CA is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254160202-
CMYK00.370.200.00
HSL333.19º97.92%81.18%-
HSV(B)333.19º37.01%99.61%-
XYZ64.150.4862.24-
YUV192.89133.14171.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 160 (62.89% from 255) = 25.97%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=41.23%
G=25.97%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416020200.370.200.00333.1997.9281.18
HexFEA0CA02514014d6251
Octal376240312045240515142121
Binary111111101010000011001010010010110100010100110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0CA; }

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

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

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

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

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

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

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

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