#FEA0C8

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

Shades of Carnation Pink #FEA0C8

Tints of Carnation Pink #FEA0C8

Color information

#FEA0C8 (or 0xFEA0C8) is unknown color: approx Carnation Pink. HEX triplet: FE, A0 and C8. RGB value is (254,160,200). Sum of RGB (Red+Green+Blue) = 254+160+200=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 200 (78.52% from 255 or 32.57% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0C8 is #015F37. Grayscale: #C0C0C0. Windows color (decimal): -89912 or 13148414. OLE color: 13148414.

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

Color convert

RGB254160200-
CMYK00.370.210.00
HSL334.47º97.92%81.18%-
HSV(B)334.47º37.01%99.61%-
XYZ63.8750.3861-
YUV192.67132.14171.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 160 (62.89% from 255) = 26.06%
BLUE value IS 200 (78.52% from 255) = 32.57%
R=41.37%
G=26.06%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416020000.370.210.00334.4797.9281.18
HexFEA0C802515014e6251
Octal376240310045250516142121
Binary111111101010000011001000010010110101010100111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0C8; }

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

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

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

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

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

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

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

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