#FEA0C4

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

Shades of Carnation Pink #FEA0C4

Tints of Carnation Pink #FEA0C4

Color information

#FEA0C4 (or 0xFEA0C4) is unknown color: approx Carnation Pink. HEX triplet: FE, A0 and C4. RGB value is (254,160,196). Sum of RGB (Red+Green+Blue) = 254+160+196=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0C4 is #015F3B. Grayscale: #C0C0C0. Windows color (decimal): -89916 or 12886270. OLE color: 12886270.

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

Color convert

RGB254160196-
CMYK00.370.230.00
HSL337.02º97.92%81.18%-
HSV(B)337.02º37.01%99.61%-
XYZ63.4150.258.57-
YUV192.21130.14172.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.64%
GREEN value IS 160 (62.89% from 255) = 26.23%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=41.64%
G=26.23%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416019600.370.230.00337.0297.9281.18
HexFEA0C40251701516251
Octal376240304045270521142121
Binary111111101010000011000100010010110111010101000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0C4; }

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

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

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

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

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

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

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

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