#FB96BF

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

Shades of Carnation Pink #FB96BF

Tints of Carnation Pink #FB96BF

Color information

#FB96BF (or 0xFB96BF) is unknown color: approx Carnation Pink. HEX triplet: FB, 96 and BF. RGB value is (251,150,191). Sum of RGB (Red+Green+Blue) = 251+150+191=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96BF is #046940. Grayscale: #B8B8B8. Windows color (decimal): -289089 or 12556027. OLE color: 12556027.

HSL color Cylindrical-coordinate representation of color #FB96BF: hue angle of 335.64º 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 #FB96BF is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251150191-
CMYK00.400.240.02
HSL335.64º92.66%78.63%-
HSV(B)335.64º40.24%98.43%-
XYZ60.0946.0855.02-
YUV184.87131.46175.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.40%
GREEN value IS 150 (58.98% from 255) = 25.34%
BLUE value IS 191 (75% from 255) = 32.26%
R=42.40%
G=25.34%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115019100.400.240.02335.6492.6678.63
HexFB96BF0281821505d4f
Octal373226277050302520135117
Binary1111101110010110101111110101000110001010101000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB96BF; }

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

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

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

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

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

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

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

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