#FEA1CA

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

Shades of Carnation Pink #FEA1CA

Tints of Carnation Pink #FEA1CA

Color information

#FEA1CA (or 0xFEA1CA) is unknown color: approx Carnation Pink. HEX triplet: FE, A1 and CA. RGB value is (254,161,202). Sum of RGB (Red+Green+Blue) = 254+161+202=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1CA is #015E35. Grayscale: #C1C1C1. Windows color (decimal): -89654 or 13279742. OLE color: 13279742.

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

Color convert

RGB254161202-
CMYK00.370.200.00
HSL333.55º97.89%81.37%-
HSV(B)333.55º36.61%99.61%-
XYZ64.2850.8262.3-
YUV193.48132.81171.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 161 (63.28% from 255) = 26.09%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=41.17%
G=26.09%
B=32.74%

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
Decimal25416120200.370.200.00333.5597.8981.37
HexFEA1CA02514014e6251
Octal376241312045240516142121
Binary111111101010000111001010010010110100010100111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1CA; }

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

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

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

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

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

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

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

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