#FF96CC

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

Shades of Carnation Pink #FF96CC

Tints of Carnation Pink #FF96CC

Color information

#FF96CC (or 0xFF96CC) is unknown color: approx Carnation Pink. HEX triplet: FF, 96 and CC. RGB value is (255,150,204). Sum of RGB (Red+Green+Blue) = 255+150+204=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96CC is #006933. Grayscale: #BBBBBB. Windows color (decimal): -26932 or 13407999. OLE color: 13407999.

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

Color convert

RGB255150204-
CMYK00.410.20
HSL329.14º100%79.41%-
HSV(B)329.14º41.18%100%-
XYZ63.0547.4362.96-
YUV187.55137.29176.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 150 (58.98% from 255) = 24.63%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=41.87%
G=24.63%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515020400.410.20329.1410079.41
HexFF96CC029140149644f
Octal377226314051240511144117
Binary111111111001011011001100010100110100010100100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96CC; }

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

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

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

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

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

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

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

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