#FEA4CE

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

Shades of Carnation Pink #FEA4CE

Tints of Carnation Pink #FEA4CE

Color information

#FEA4CE (or 0xFEA4CE) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and CE. RGB value is (254,164,206). Sum of RGB (Red+Green+Blue) = 254+164+206=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4CE is #015B31. Grayscale: #C3C3C3. Windows color (decimal): -88882 or 13542654. OLE color: 13542654.

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

Color convert

RGB254164206-
CMYK00.350.190.00
HSL332º97.83%81.96%-
HSV(B)332º35.43%99.61%-
XYZ65.2952.0865-
YUV195.7133.82169.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 164 (64.45% from 255) = 26.28%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=40.71%
G=26.28%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416420600.350.190.0033297.8381.96
HexFEA4CE02313014c6252
Octal376244316043230514142122
Binary111111101010010011001110010001110011010100110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4CE; }

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

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

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

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

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

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

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

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