#FE9EC9

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

Shades of Carnation Pink #FE9EC9

Tints of Carnation Pink #FE9EC9

Color information

#FE9EC9 (or 0xFE9EC9) is unknown color: approx Carnation Pink. HEX triplet: FE, 9E and C9. RGB value is (254,158,201). Sum of RGB (Red+Green+Blue) = 254+158+201=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EC9 is #016136. Grayscale: #BFBFBF. Windows color (decimal): -90423 or 13213438. OLE color: 13213438.

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

Color convert

RGB254158201-
CMYK00.380.210.00
HSL333.12º97.96%80.78%-
HSV(B)333.12º37.8%99.61%-
XYZ63.6449.7461.51-
YUV191.61133.3172.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.44%
GREEN value IS 158 (62.11% from 255) = 25.77%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=41.44%
G=25.77%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415820100.380.210.00333.1297.9680.78
HexFE9EC902615014d6251
Octal376236311046250515142121
Binary111111101001111011001001010011010101010100110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9EC9; }

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

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

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

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

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

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

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

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