#FEA0C2

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

Shades of Carnation Pink #FEA0C2

Tints of Carnation Pink #FEA0C2

Color information

#FEA0C2 (or 0xFEA0C2) is unknown color: approx Carnation Pink. HEX triplet: FE, A0 and C2. RGB value is (254,160,194). Sum of RGB (Red+Green+Blue) = 254+160+194=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 160 (62.89% from 255 or 26.32% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0C2 is #015F3D. Grayscale: #BFBFBF. Windows color (decimal): -89918 or 12755198. OLE color: 12755198.

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

Color convert

RGB254160194-
CMYK00.370.240.00
HSL338.3º97.92%81.18%-
HSV(B)338.3º37.01%99.61%-
XYZ63.1850.1157.38-
YUV191.98129.14172.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 160 (62.89% from 255) = 26.32%
BLUE value IS 194 (76.17% from 255) = 31.91%
R=41.78%
G=26.32%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416019400.370.240.00338.397.9281.18
HexFEA0C20251801526251
Octal376240302045300522142121
Binary111111101010000011000010010010111000010101001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0C2; }

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

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

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

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

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

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

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

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