#FF96BF

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

Shades of Carnation Pink #FF96BF

Tints of Carnation Pink #FF96BF

Color information

#FF96BF (or 0xFF96BF) is unknown color: approx Carnation Pink. HEX triplet: FF, 96 and BF. RGB value is (255,150,191). Sum of RGB (Red+Green+Blue) = 255+150+191=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96BF is #006940. Grayscale: #BABABA. Windows color (decimal): -26945 or 12556031. OLE color: 12556031.

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

Color convert

RGB255150191-
CMYK00.410.250
HSL336.57º100%79.41%-
HSV(B)336.57º41.18%100%-
XYZ61.5546.8355.09-
YUV186.07130.79177.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.79%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 191 (75% from 255) = 32.05%
R=42.79%
G=25.17%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515019100.410.250336.5710079.41
HexFF96BF029190151644f
Octal377226277051310521144117
Binary111111111001011010111111010100111001010101000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96BF; }

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

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

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

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

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

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

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

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