#FEA1CE

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

Shades of Carnation Pink #FEA1CE

Tints of Carnation Pink #FEA1CE

Color information

#FEA1CE (or 0xFEA1CE) is unknown color: approx Carnation Pink. HEX triplet: FE, A1 and CE. RGB value is (254,161,206). Sum of RGB (Red+Green+Blue) = 254+161+206=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1CE is #015E31. Grayscale: #C1C1C1. Windows color (decimal): -89650 or 13541886. OLE color: 13541886.

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

Color convert

RGB254161206-
CMYK00.370.190.00
HSL330.97º97.89%81.37%-
HSV(B)330.97º36.61%99.61%-
XYZ64.7651.0264.83-
YUV193.94134.81170.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 161 (63.28% from 255) = 25.93%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=40.90%
G=25.93%
B=33.17%

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
Decimal25416120600.370.190.00330.9797.8981.37
HexFEA1CE02513014b6251
Octal376241316045230513142121
Binary111111101010000111001110010010110011010100101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1CE; }

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

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

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

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

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

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

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

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