#FF96C9

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

Shades of Carnation Pink #FF96C9

Tints of Carnation Pink #FF96C9

Color information

#FF96C9 (or 0xFF96C9) is unknown color: approx Carnation Pink. HEX triplet: FF, 96 and C9. RGB value is (255,150,201). Sum of RGB (Red+Green+Blue) = 255+150+201=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 201 (78.91% from 255 or 33.17% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96C9 is #006936. Grayscale: #BBBBBB. Windows color (decimal): -26935 or 13211391. OLE color: 13211391.

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

Color convert

RGB255150201-
CMYK00.410.210
HSL330.86º100%79.41%-
HSV(B)330.86º41.18%100%-
XYZ62.6947.2961.08-
YUV187.21135.79176.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 150 (58.98% from 255) = 24.75%
BLUE value IS 201 (78.91% from 255) = 33.17%
R=42.08%
G=24.75%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515020100.410.210330.8610079.41
HexFF96C902915014b644f
Octal377226311051250513144117
Binary111111111001011011001001010100110101010100101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96C9; }

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

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

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

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

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

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

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

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