#FEA0C5

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

Shades of Carnation Pink #FEA0C5

Tints of Carnation Pink #FEA0C5

Color information

#FEA0C5 (or 0xFEA0C5) is unknown color: approx Carnation Pink. HEX triplet: FE, A0 and C5. RGB value is (254,160,197). Sum of RGB (Red+Green+Blue) = 254+160+197=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0C5 is #015F3A. Grayscale: #C0C0C0. Windows color (decimal): -89915 or 12951806. OLE color: 12951806.

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

Color convert

RGB254160197-
CMYK00.370.220.00
HSL336.38º97.92%81.18%-
HSV(B)336.38º37.01%99.61%-
XYZ63.5250.2459.17-
YUV192.32130.64171.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 160 (62.89% from 255) = 26.19%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=41.57%
G=26.19%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416019700.370.220.00336.3897.9281.18
HexFEA0C50251601506251
Octal376240305045260520142121
Binary111111101010000011000101010010110110010101000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0C5; }

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

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

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

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

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

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

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

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