#FEA4BC

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

Shades of Carnation Pink #FEA4BC

Tints of Carnation Pink #FEA4BC

Color information

#FEA4BC (or 0xFEA4BC) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and BC. RGB value is (254,164,188). Sum of RGB (Red+Green+Blue) = 254+164+188=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4BC is #015B43. Grayscale: #C1C1C1. Windows color (decimal): -88900 or 12363006. OLE color: 12363006.

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

Color convert

RGB254164188-
CMYK00.350.260.00
HSL344º97.83%81.96%-
HSV(B)344º35.43%99.61%-
XYZ63.2351.2554.14-
YUV193.65124.82171.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 164 (64.45% from 255) = 27.06%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=41.91%
G=27.06%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416418800.350.260.0034497.8381.96
HexFEA4BC0231A01586252
Octal376244274043320530142122
Binary111111101010010010111100010001111010010101100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4BC; }

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

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

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

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

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

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

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

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