#FEA1B8

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

Shades of Carnation Pink #FEA1B8

Tints of Carnation Pink #FEA1B8

Color information

#FEA1B8 (or 0xFEA1B8) is unknown color: approx Carnation Pink. HEX triplet: FE, A1 and B8. RGB value is (254,161,184). Sum of RGB (Red+Green+Blue) = 254+161+184=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 161 (63.28% from 255 or 26.88% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1B8 is #015E47. Grayscale: #BFBFBF. Windows color (decimal): -89672 or 12100094. OLE color: 12100094.

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

Color convert

RGB254161184-
CMYK00.370.280.00
HSL345.16º97.89%81.37%-
HSV(B)345.16º36.61%99.61%-
XYZ62.2750.0251.72-
YUV191.43123.81172.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.40%
GREEN value IS 161 (63.28% from 255) = 26.88%
BLUE value IS 184 (72.27% from 255) = 30.72%
R=42.40%
G=26.88%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416118400.370.280.00345.1697.8981.37
HexFEA1B80251C01596251
Octal376241270045340531142121
Binary111111101010000110111000010010111100010101100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1B8; }

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

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

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

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

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

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

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

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