#FE9ACC

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

Shades of Carnation Pink #FE9ACC

Tints of Carnation Pink #FE9ACC

Color information

#FE9ACC (or 0xFE9ACC) is unknown color: approx Carnation Pink. HEX triplet: FE, 9A and CC. RGB value is (254,154,204). Sum of RGB (Red+Green+Blue) = 254+154+204=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ACC is #016533. Grayscale: #BDBDBD. Windows color (decimal): -91444 or 13409022. OLE color: 13409022.

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

Color convert

RGB254154204-
CMYK00.390.200.00
HSL330º98.04%80%-
HSV(B)330º39.37%99.61%-
XYZ63.3348.5463.16-
YUV189.6136.13173.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 204 (80.08% from 255) = 33.33%
R=41.50%
G=25.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415420400.390.200.0033098.0480
HexFE9ACC02714014a6250
Octal376232314047240512142120
Binary111111101001101011001100010011110100010100101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9ACC; }

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

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

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

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

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

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

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

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