#FEA1B9

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

Shades of Carnation Pink #FEA1B9

Tints of Carnation Pink #FEA1B9

Color information

#FEA1B9 (or 0xFEA1B9) is unknown color: approx Carnation Pink. HEX triplet: FE, A1 and B9. RGB value is (254,161,185). Sum of RGB (Red+Green+Blue) = 254+161+185=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1B9 is #015E46. Grayscale: #BFBFBF. Windows color (decimal): -89671 or 12165630. OLE color: 12165630.

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

Color convert

RGB254161185-
CMYK00.370.270.00
HSL344.52º97.89%81.37%-
HSV(B)344.52º36.61%99.61%-
XYZ62.3750.0652.27-
YUV191.54124.31172.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 161 (63.28% from 255) = 26.83%
BLUE value IS 185 (72.66% from 255) = 30.83%
R=42.33%
G=26.83%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416118500.370.270.00344.5297.8981.37
HexFEA1B90251B01596251
Octal376241271045330531142121
Binary111111101010000110111001010010111011010101100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1B9; }

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

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

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

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

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

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

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

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