#FEA0CE

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

Shades of Carnation Pink #FEA0CE

Tints of Carnation Pink #FEA0CE

Color information

#FEA0CE (or 0xFEA0CE) is unknown color: approx Carnation Pink. HEX triplet: FE, A0 and CE. RGB value is (254,160,206). Sum of RGB (Red+Green+Blue) = 254+160+206=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0CE is #015F31. Grayscale: #C1C1C1. Windows color (decimal): -89906 or 13541630. OLE color: 13541630.

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

Color convert

RGB254160206-
CMYK00.370.190.00
HSL330.64º97.92%81.18%-
HSV(B)330.64º37.01%99.61%-
XYZ64.5850.6764.77-
YUV193.35135.14171.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.97%
GREEN value IS 160 (62.89% from 255) = 25.81%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=40.97%
G=25.81%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416020600.370.190.00330.6497.9281.18
HexFEA0CE02513014b6251
Octal376240316045230513142121
Binary111111101010000011001110010010110011010100101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0CE; }

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

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

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

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

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

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

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

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