#FEA5BE

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

Shades of Carnation Pink #FEA5BE

Tints of Carnation Pink #FEA5BE

Color information

#FEA5BE (or 0xFEA5BE) is unknown color: approx Carnation Pink. HEX triplet: FE, A5 and BE. RGB value is (254,165,190). Sum of RGB (Red+Green+Blue) = 254+165+190=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5BE is #015A41. Grayscale: #C2C2C2. Windows color (decimal): -88642 or 12494334. OLE color: 12494334.

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

Color convert

RGB254165190-
CMYK00.350.250.00
HSL343.15º97.8%82.16%-
HSV(B)343.15º35.04%99.61%-
XYZ63.6251.755.34-
YUV194.46125.49170.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 165 (64.84% from 255) = 27.09%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=41.71%
G=27.09%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416519000.350.250.00343.1597.882.16
HexFEA5BE0231901576252
Octal376245276043310527142122
Binary111111101010010110111110010001111001010101011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5BE; }

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

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

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

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

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

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

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

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