#FF96D1

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

Shades of Carnation Pink #FF96D1

Tints of Carnation Pink #FF96D1

Color information

#FF96D1 (or 0xFF96D1) is unknown color: approx Carnation Pink. HEX triplet: FF, 96 and D1. RGB value is (255,150,209). Sum of RGB (Red+Green+Blue) = 255+150+209=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96D1 is #00692E. Grayscale: #BBBBBB. Windows color (decimal): -26927 or 13735679. OLE color: 13735679.

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

Color convert

RGB255150209-
CMYK00.410.180
HSL326.29º100%79.41%-
HSV(B)326.29º41.18%100%-
XYZ63.6547.6866.17-
YUV188.12139.79175.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 150 (58.98% from 255) = 24.43%
BLUE value IS 209 (82.03% from 255) = 34.04%
R=41.53%
G=24.43%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515020900.410.180326.2910079.41
HexFF96D1029120146644f
Octal377226321051220506144117
Binary111111111001011011010001010100110010010100011011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96D1; }

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

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

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

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

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

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

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

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