#FF96C6

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

Shades of Carnation Pink #FF96C6

Tints of Carnation Pink #FF96C6

Color information

#FF96C6 (or 0xFF96C6) is unknown color: approx Carnation Pink. HEX triplet: FF, 96 and C6. RGB value is (255,150,198). Sum of RGB (Red+Green+Blue) = 255+150+198=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96C6 is #006939. Grayscale: #BABABA. Windows color (decimal): -26938 or 13014783. OLE color: 13014783.

HSL color Cylindrical-coordinate representation of color #FF96C6: hue angle of 332.57º 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 #FF96C6 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255150198-
CMYK00.410.220
HSL332.57º100%79.41%-
HSV(B)332.57º41.18%100%-
XYZ62.3447.1559.24-
YUV186.87134.29176.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 198 (77.73% from 255) = 32.84%
R=42.29%
G=24.88%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515019800.410.220332.5710079.41
HexFF96C602916014d644f
Octal377226306051260515144117
Binary111111111001011011000110010100110110010100110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96C6; }

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

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

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

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

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

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

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

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