#FEA0BE

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

Shades of Carnation Pink #FEA0BE

Tints of Carnation Pink #FEA0BE

Color information

#FEA0BE (or 0xFEA0BE) is unknown color: approx Carnation Pink. HEX triplet: FE, A0 and BE. RGB value is (254,160,190). Sum of RGB (Red+Green+Blue) = 254+160+190=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0BE is #015F41. Grayscale: #BFBFBF. Windows color (decimal): -89922 or 12493054. OLE color: 12493054.

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

Color convert

RGB254160190-
CMYK00.370.250.00
HSL340.85º97.92%81.18%-
HSV(B)340.85º37.01%99.61%-
XYZ62.7449.9355.05-
YUV191.53127.14172.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 160 (62.89% from 255) = 26.49%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=42.05%
G=26.49%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416019000.370.250.00340.8597.9281.18
HexFEA0BE0251901556251
Octal376240276045310525142121
Binary111111101010000010111110010010111001010101010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0BE; }

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

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

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

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

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

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

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

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