#FE9EC2

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

Shades of Carnation Pink #FE9EC2

Tints of Carnation Pink #FE9EC2

Color information

#FE9EC2 (or 0xFE9EC2) is unknown color: approx Carnation Pink. HEX triplet: FE, 9E and C2. RGB value is (254,158,194). Sum of RGB (Red+Green+Blue) = 254+158+194=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EC2 is #01613D. Grayscale: #BEBEBE. Windows color (decimal): -90430 or 12754686. OLE color: 12754686.

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

Color convert

RGB254158194-
CMYK00.380.240.00
HSL337.5º97.96%80.78%-
HSV(B)337.5º37.8%99.61%-
XYZ62.8449.4257.27-
YUV190.81129.8173.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 158 (62.11% from 255) = 26.07%
BLUE value IS 194 (76.17% from 255) = 32.01%
R=41.91%
G=26.07%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415819400.380.240.00337.597.9680.78
HexFE9EC20261801526251
Octal376236302046300522142121
Binary111111101001111011000010010011011000010101001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9EC2; }

 p { color: rgb(254,158,194); }

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

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

 a { background-color: rgb(254,158,194); }

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

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

 span { border-color: rgb(254,158,194); }

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