#FE9ECC

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

Shades of Carnation Pink #FE9ECC

Tints of Carnation Pink #FE9ECC

Color information

#FE9ECC (or 0xFE9ECC) is unknown color: approx Carnation Pink. HEX triplet: FE, 9E and CC. RGB value is (254,158,204). Sum of RGB (Red+Green+Blue) = 254+158+204=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ECC is #016133. Grayscale: #BFBFBF. Windows color (decimal): -90420 or 13410046. OLE color: 13410046.

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

Color convert

RGB254158204-
CMYK00.380.200.00
HSL331.25º97.96%80.78%-
HSV(B)331.25º37.8%99.61%-
XYZ6449.8863.38-
YUV191.95134.8172.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 158 (62.11% from 255) = 25.65%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=41.23%
G=25.65%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415820400.380.200.00331.2597.9680.78
HexFE9ECC02614014b6251
Octal376236314046240513142121
Binary111111101001111011001100010011010100010100101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9ECC; }

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

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

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

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

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

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

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

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