#fb96c6

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

Shades of Carnation Pink #FB96C6

Tints of Carnation Pink #FB96C6

Color information

#FB96C6 (or 0xFB96C6) is unknown color: approx Carnation Pink. HEX triplet: FB, 96 and C6. RGB value is (251,150,198). Sum of RGB (Red+Green+Blue) = 251+150+198=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96C6 is #046939. Grayscale: #B9B9B9. Windows color (decimal): -289082 or 13014779. OLE color: 13014779.

HSL color Cylindrical-coordinate representation of color #FB96C6: hue angle of 331.49º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96C6 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB251150198-
CMYK00.400.210.02
HSL331.49º92.66%78.63%-
HSV(B)331.49º40.24%98.43%-
XYZ60.8846.459.17-
YUV185.67134.96174.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.90%
GREEN value IS 150 (58.98% from 255) = 25.04%
BLUE value IS 198 (77.73% from 255) = 33.06%
R=41.90%
G=25.04%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115019800.400.210.02331.4992.6678.63
HexFB96C602815214b5d4f
Octal373226306050252513135117
Binary1111101110010110110001100101000101011010100101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fb96c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fb96c6; }

 p { color: rgb(251,150,198); }

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

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

 a { background-color: rgb(251,150,198); }

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

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

 span { border-color: rgb(251,150,198); }

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