#FEA0BD

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

Shades of Carnation Pink #FEA0BD

Tints of Carnation Pink #FEA0BD

Color information

#FEA0BD (or 0xFEA0BD) is unknown color: approx Carnation Pink. HEX triplet: FE, A0 and BD. RGB value is (254,160,189). Sum of RGB (Red+Green+Blue) = 254+160+189=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0BD is #015F42. Grayscale: #BFBFBF. Windows color (decimal): -89923 or 12427518. OLE color: 12427518.

HSL color Cylindrical-coordinate representation of color #FEA0BD: hue angle of 341.49º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0BD is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB254160189-
CMYK00.370.260.00
HSL341.49º97.92%81.18%-
HSV(B)341.49º37.01%99.61%-
XYZ62.6349.8954.47-
YUV191.41126.64172.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 189 (74.22% from 255) = 31.34%
R=42.12%
G=26.53%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416018900.370.260.00341.4997.9281.18
HexFEA0BD0251A01556251
Octal376240275045320525142121
Binary111111101010000010111101010010111010010101010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0BD; }

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

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

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

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

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

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

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

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