#FB99BF

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

Shades of Carnation Pink #FB99BF

Tints of Carnation Pink #FB99BF

Color information

#FB99BF (or 0xFB99BF) is unknown color: approx Carnation Pink. HEX triplet: FB, 99 and BF. RGB value is (251,153,191). Sum of RGB (Red+Green+Blue) = 251+153+191=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99BF is #046640. Grayscale: #BABABA. Windows color (decimal): -288321 or 12556795. OLE color: 12556795.

HSL color Cylindrical-coordinate representation of color #FB99BF: hue angle of 336.73º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB99BF is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251153191-
CMYK00.390.240.02
HSL336.73º92.45%79.22%-
HSV(B)336.73º39.04%98.43%-
XYZ60.5847.0555.18-
YUV186.63130.47173.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.18%
GREEN value IS 153 (60.16% from 255) = 25.71%
BLUE value IS 191 (75% from 255) = 32.10%
R=42.18%
G=25.71%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115319100.390.240.02336.7392.4579.22
HexFB99BF0271821515c4f
Octal373231277047302521134117
Binary1111101110011001101111110100111110001010101000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB99BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB99BF; }

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

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

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

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

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

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

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

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