#FEA3CE

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

Shades of Carnation Pink #FEA3CE

Tints of Carnation Pink #FEA3CE

Color information

#FEA3CE (or 0xFEA3CE) is unknown color: approx Carnation Pink. HEX triplet: FE, A3 and CE. RGB value is (254,163,206). Sum of RGB (Red+Green+Blue) = 254+163+206=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3CE is #015C31. Grayscale: #C3C3C3. Windows color (decimal): -89138 or 13542398. OLE color: 13542398.

HSL color Cylindrical-coordinate representation of color #FEA3CE: hue angle of 331.65º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA3CE is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254163206-
CMYK00.360.190.00
HSL331.65º97.85%81.76%-
HSV(B)331.65º35.83%99.61%-
XYZ65.1151.7264.94-
YUV195.11134.15170-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 163 (64.06% from 255) = 26.16%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=40.77%
G=26.16%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416320600.360.190.00331.6597.8581.76
HexFEA3CE02413014c6252
Octal376243316044230514142122
Binary111111101010001111001110010010010011010100110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3CE; }

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

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

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

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

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

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

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

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