#FEA1BC

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

Shades of Carnation Pink #FEA1BC

Tints of Carnation Pink #FEA1BC

Color information

#FEA1BC (or 0xFEA1BC) is unknown color: approx Carnation Pink. HEX triplet: FE, A1 and BC. RGB value is (254,161,188). Sum of RGB (Red+Green+Blue) = 254+161+188=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1BC is #015E43. Grayscale: #BFBFBF. Windows color (decimal): -89668 or 12362238. OLE color: 12362238.

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

Color convert

RGB254161188-
CMYK00.370.260.00
HSL342.58º97.89%81.37%-
HSV(B)342.58º36.61%99.61%-
XYZ62.750.1953.96-
YUV191.88125.81172.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=42.12%
G=26.70%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416118800.370.260.00342.5897.8981.37
HexFEA1BC0251A01576251
Octal376241274045320527142121
Binary111111101010000110111100010010111010010101011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1BC; }

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

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

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

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

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

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

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

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