#FF96C2

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

Shades of Carnation Pink #FF96C2

Tints of Carnation Pink #FF96C2

Color information

#FF96C2 (or 0xFF96C2) is unknown color: approx Carnation Pink. HEX triplet: FF, 96 and C2. RGB value is (255,150,194). Sum of RGB (Red+Green+Blue) = 255+150+194=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96C2 is #00693D. Grayscale: #BABABA. Windows color (decimal): -26942 or 12752639. OLE color: 12752639.

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

Color convert

RGB255150194-
CMYK00.410.240
HSL334.86º100%79.41%-
HSV(B)334.86º41.18%100%-
XYZ61.8846.9756.84-
YUV186.41132.29176.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 150 (58.98% from 255) = 25.04%
BLUE value IS 194 (76.17% from 255) = 32.39%
R=42.57%
G=25.04%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515019400.410.240334.8610079.41
HexFF96C202918014f644f
Octal377226302051300517144117
Binary111111111001011011000010010100111000010100111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96C2; }

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

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

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

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

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

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

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

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