#ff96cf

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

Shades of Carnation Pink #FF96CF

Tints of Carnation Pink #FF96CF

Color information

#FF96CF (or 0xFF96CF) is unknown color: approx Carnation Pink. HEX triplet: FF, 96 and CF. RGB value is (255,150,207). Sum of RGB (Red+Green+Blue) = 255+150+207=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96CF is #006930. Grayscale: #BBBBBB. Windows color (decimal): -26929 or 13604607. OLE color: 13604607.

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

Color convert

RGB255150207-
CMYK00.410.190
HSL327.43º100%79.41%-
HSV(B)327.43º41.18%100%-
XYZ63.4147.5864.87-
YUV187.89138.79175.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 150 (58.98% from 255) = 24.51%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=41.67%
G=24.51%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515020700.410.190327.4310079.41
HexFF96CF029130147644f
Octal377226317051230507144117
Binary111111111001011011001111010100110011010100011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff96cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff96cf; }

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

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

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

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

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

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

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

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