#FEA2BA

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

Shades of Carnation Pink #FEA2BA

Tints of Carnation Pink #FEA2BA

Color information

#FEA2BA (or 0xFEA2BA) is unknown color: approx Carnation Pink. HEX triplet: FE, A2 and BA. RGB value is (254,162,186). Sum of RGB (Red+Green+Blue) = 254+162+186=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2BA is #015D45. Grayscale: #C0C0C0. Windows color (decimal): -89414 or 12231422. OLE color: 12231422.

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

Color convert

RGB254162186-
CMYK00.360.270.00
HSL344.35º97.87%81.57%-
HSV(B)344.35º36.22%99.61%-
XYZ62.6650.4652.89-
YUV192.24124.48172.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=42.19%
G=26.91%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416218600.360.270.00344.3597.8781.57
HexFEA2BA0241B01586252
Octal376242272044330530142122
Binary111111101010001010111010010010011011010101100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2BA; }

 p { color: rgb(254,162,186); }

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

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

 a { background-color: rgb(254,162,186); }

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

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

 span { border-color: rgb(254,162,186); }

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