#FEA4BE

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

Shades of Carnation Pink #FEA4BE

Tints of Carnation Pink #FEA4BE

Color information

#FEA4BE (or 0xFEA4BE) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and BE. RGB value is (254,164,190). Sum of RGB (Red+Green+Blue) = 254+164+190=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4BE is #015B41. Grayscale: #C1C1C1. Windows color (decimal): -88898 or 12494078. OLE color: 12494078.

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

Color convert

RGB254164190-
CMYK00.350.250.00
HSL342.67º97.83%81.96%-
HSV(B)342.67º35.43%99.61%-
XYZ63.4451.3455.28-
YUV193.87125.82170.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 164 (64.45% from 255) = 26.97%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=41.78%
G=26.97%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416419000.350.250.00342.6797.8381.96
HexFEA4BE0231901576252
Octal376244276043310527142122
Binary111111101010010010111110010001111001010101011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4BE; }

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

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

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

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

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

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

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

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