#FEA4BD

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

Shades of Carnation Pink #FEA4BD

Tints of Carnation Pink #FEA4BD

Color information

#FEA4BD (or 0xFEA4BD) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and BD. RGB value is (254,164,189). Sum of RGB (Red+Green+Blue) = 254+164+189=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4BD is #015B42. Grayscale: #C1C1C1. Windows color (decimal): -88899 or 12428542. OLE color: 12428542.

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

Color convert

RGB254164189-
CMYK00.350.260.00
HSL343.33º97.83%81.96%-
HSV(B)343.33º35.43%99.61%-
XYZ63.3351.354.71-
YUV193.76125.32170.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.85%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=41.85%
G=27.02%
B=31.14%

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
Decimal25416418900.350.260.00343.3397.8381.96
HexFEA4BD0231A01576252
Octal376244275043320527142122
Binary111111101010010010111101010001111010010101011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4BD; }

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

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

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

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

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

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

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

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