#FEA4BB

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

Shades of Carnation Pink #FEA4BB

Tints of Carnation Pink #FEA4BB

Color information

#FEA4BB (or 0xFEA4BB) is unknown color: approx Carnation Pink. HEX triplet: FE, A4 and BB. RGB value is (254,164,187). Sum of RGB (Red+Green+Blue) = 254+164+187=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4BB is #015B44. Grayscale: #C1C1C1. Windows color (decimal): -88901 or 12297470. OLE color: 12297470.

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

Color convert

RGB254164187-
CMYK00.350.260.00
HSL344.67º97.83%81.96%-
HSV(B)344.67º35.43%99.61%-
XYZ63.1251.2153.57-
YUV193.53124.32171.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 164 (64.45% from 255) = 27.11%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=41.98%
G=27.11%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416418700.350.260.00344.6797.8381.96
HexFEA4BB0231A01596252
Octal376244273043320531142122
Binary111111101010010010111011010001111010010101100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA4BB; }

 p { color: rgb(254,164,187); }

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

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

 a { background-color: rgb(254,164,187); }

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

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

 span { border-color: rgb(254,164,187); }

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