#FF99CC

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

Shades of Carnation Pink #FF99CC

Tints of Carnation Pink #FF99CC

Color information

#FF99CC (or 0xFF99CC) is unknown color: approx Carnation Pink. HEX triplet: FF, 99 and CC. RGB value is (255,153,204). Sum of RGB (Red+Green+Blue) = 255+153+204=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99CC is a web safe color. Inversed color of #FF99CC is #006633. Grayscale: #BDBDBD. Windows color (decimal): -26164 or 13408767. OLE color: 13408767.

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

Color convert

RGB255153204-
CMYK00.40.20
HSL330º100%80%-
HSV(B)330º40%100%-
XYZ63.5348.463.12-
YUV189.31136.29174.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 153 (60.16% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 33.33%
R=41.67%
G=25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515320400.40.2033010080
HexFF99CC02814014a6450
Octal377231314050240512144120
Binary111111111001100111001100010100010100010100101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF99CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF99CC; }

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

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

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

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

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

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

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

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