#FEA1BE

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

Shades of Carnation Pink #FEA1BE

Tints of Carnation Pink #FEA1BE

Color information

#FEA1BE (or 0xFEA1BE) is unknown color: approx Carnation Pink. HEX triplet: FE, A1 and BE. RGB value is (254,161,190). Sum of RGB (Red+Green+Blue) = 254+161+190=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 161 (63.28% from 255 or 26.61% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1BE is #015E41. Grayscale: #C0C0C0. Windows color (decimal): -89666 or 12493310. OLE color: 12493310.

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

Color convert

RGB254161190-
CMYK00.370.250.00
HSL341.29º97.89%81.37%-
HSV(B)341.29º36.61%99.61%-
XYZ62.9150.2855.1-
YUV192.11126.81172.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 161 (63.28% from 255) = 26.61%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=41.98%
G=26.61%
B=31.40%

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
Decimal25416119000.370.250.00341.2997.8981.37
HexFEA1BE0251901556251
Octal376241276045310525142121
Binary111111101010000110111110010010111001010101010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1BE; }

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

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

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

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

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

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

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

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