#FE9ABB

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

Shades of Carnation Pink #FE9ABB

Tints of Carnation Pink #FE9ABB

Color information

#FE9ABB (or 0xFE9ABB) is unknown color: approx Carnation Pink. HEX triplet: FE, 9A and BB. RGB value is (254,154,187). Sum of RGB (Red+Green+Blue) = 254+154+187=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ABB is #016544. Grayscale: #BBBBBB. Windows color (decimal): -91461 or 12294910. OLE color: 12294910.

HSL color Cylindrical-coordinate representation of color #FE9ABB: hue angle of 340.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9ABB is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB254154187-
CMYK00.390.260.00
HSL340.2º98.04%80%-
HSV(B)340.2º39.37%99.61%-
XYZ61.447.7753-
YUV187.66127.63175.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 187 (73.44% from 255) = 31.43%
R=42.69%
G=25.88%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415418700.390.260.00340.298.0480
HexFE9ABB0271A01546250
Octal376232273047320524142120
Binary111111101001101010111011010011111010010101010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9ABB; }

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

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

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

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

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

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

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

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