#FE9ABE

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

Shades of Carnation Pink #FE9ABE

Tints of Carnation Pink #FE9ABE

Color information

#FE9ABE (or 0xFE9ABE) is unknown color: approx Carnation Pink. HEX triplet: FE, 9A and BE. RGB value is (254,154,190). Sum of RGB (Red+Green+Blue) = 254+154+190=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 154 (60.55% from 255 or 25.75% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ABE is #016541. Grayscale: #BBBBBB. Windows color (decimal): -91458 or 12491518. OLE color: 12491518.

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

Color convert

RGB254154190-
CMYK00.390.250.00
HSL338.4º98.04%80%-
HSV(B)338.4º39.37%99.61%-
XYZ61.7247.954.71-
YUV188129.13175.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 154 (60.55% from 255) = 25.75%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=42.47%
G=25.75%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415419000.390.250.00338.498.0480
HexFE9ABE0271901526250
Octal376232276047310522142120
Binary111111101001101010111110010011111001010101001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9ABE; }

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

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

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

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

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

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

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

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