#FEA5BD

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

Shades of Carnation Pink #FEA5BD

Tints of Carnation Pink #FEA5BD

Color information

#FEA5BD (or 0xFEA5BD) is unknown color: approx Carnation Pink. HEX triplet: FE, A5 and BD. RGB value is (254,165,189). Sum of RGB (Red+Green+Blue) = 254+165+189=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5BD is #015A42. Grayscale: #C2C2C2. Windows color (decimal): -88643 or 12428798. OLE color: 12428798.

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

Color convert

RGB254165189-
CMYK00.350.260.00
HSL343.82º97.8%82.16%-
HSV(B)343.82º35.04%99.61%-
XYZ63.5151.6654.77-
YUV194.35124.99170.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 165 (64.84% from 255) = 27.14%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=41.78%
G=27.14%
B=31.09%

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
Decimal25416518900.350.260.00343.8297.882.16
HexFEA5BD0231A01586252
Octal376245275043320530142122
Binary111111101010010110111101010001111010010101100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5BD; }

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

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

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

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

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

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

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

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