#FEA4BA

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

Shades of Carnation Pink #FEA4BA

Tints of Carnation Pink #FEA4BA

Color information

#FEA4BA (or 0xFEA4BA) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and BA. RGB value is (254,164,186). Sum of RGB (Red+Green+Blue) = 254+164+186=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4BA is #015B45. Grayscale: #C1C1C1. Windows color (decimal): -88902 or 12231934. OLE color: 12231934.

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

Color convert

RGB254164186-
CMYK00.350.270.00
HSL345.33º97.83%81.96%-
HSV(B)345.33º35.43%99.61%-
XYZ63.0151.1753.01-
YUV193.42123.82171.21-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=42.05%
G=27.15%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416418600.350.270.00345.3397.8381.96
HexFEA4BA0231B01596252
Octal376244272043330531142122
Binary111111101010010010111010010001111011010101100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4BA; }

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

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

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

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

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

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

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

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