#FEA0BB

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

Shades of Carnation Pink #FEA0BB

Tints of Carnation Pink #FEA0BB

Color information

#FEA0BB (or 0xFEA0BB) is unknown color: approx Carnation Pink. HEX triplet: FE, A0 and BB. RGB value is (254,160,187). Sum of RGB (Red+Green+Blue) = 254+160+187=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0BB is #015F44. Grayscale: #BFBFBF. Windows color (decimal): -89925 or 12296446. OLE color: 12296446.

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

Color convert

RGB254160187-
CMYK00.370.260.00
HSL342.77º97.92%81.18%-
HSV(B)342.77º37.01%99.61%-
XYZ62.4149.853.34-
YUV191.18125.64172.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 160 (62.89% from 255) = 26.62%
BLUE value IS 187 (73.44% from 255) = 31.11%
R=42.26%
G=26.62%
B=31.11%

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
Decimal25416018700.370.260.00342.7797.9281.18
HexFEA0BB0251A01576251
Octal376240273045320527142121
Binary111111101010000010111011010010111010010101011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0BB; }

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

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

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

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

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

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

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

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