#FE99CC

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

Shades of Carnation Pink #FE99CC

Tints of Carnation Pink #FE99CC

Color information

#FE99CC (or 0xFE99CC) is unknown color: approx Carnation Pink. HEX triplet: FE, 99 and CC. RGB value is (254,153,204). Sum of RGB (Red+Green+Blue) = 254+153+204=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99CC is #016633. Grayscale: #BCBCBC. Windows color (decimal): -91700 or 13408766. OLE color: 13408766.

HSL color Cylindrical-coordinate representation of color #FE99CC: hue angle of 329.7º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99CC is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB254153204-
CMYK00.400.200.00
HSL329.7º98.06%79.8%-
HSV(B)329.7º39.76%99.61%-
XYZ63.1648.2163.1-
YUV189.01136.46174.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 153 (60.16% from 255) = 25.04%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=41.57%
G=25.04%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415320400.400.200.00329.798.0679.8
HexFE99CC02814014a6250
Octal376231314050240512142120
Binary111111101001100111001100010100010100010100101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99CC; }

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

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

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

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

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

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

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

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