#FF96C7

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

Shades of Carnation Pink #FF96C7

Tints of Carnation Pink #FF96C7

Color information

#FF96C7 (or 0xFF96C7) is unknown color: approx Carnation Pink. HEX triplet: FF, 96 and C7. RGB value is (255,150,199). Sum of RGB (Red+Green+Blue) = 255+150+199=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96C7 is #006938. Grayscale: #BABABA. Windows color (decimal): -26937 or 13080319. OLE color: 13080319.

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

Color convert

RGB255150199-
CMYK00.410.220
HSL332º100%79.41%-
HSV(B)332º41.18%100%-
XYZ62.4647.259.85-
YUV186.98134.79176.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 150 (58.98% from 255) = 24.83%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=42.22%
G=24.83%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515019900.410.22033210079.41
HexFF96C702916014c644f
Octal377226307051260514144117
Binary111111111001011011000111010100110110010100110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF96C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF96C7; }

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

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

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

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

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

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

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

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