#FB8BB7

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

Shades of Persian Pink #FB8BB7

Tints of Persian Pink #FB8BB7

Color information

#FB8BB7 (or 0xFB8BB7) is unknown color: approx Persian Pink. HEX triplet: FB, 8B and B7. RGB value is (251,139,183). Sum of RGB (Red+Green+Blue) = 251+139+183=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8BB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB8BB7 is #047448. Grayscale: #B1B1B1. Windows color (decimal): -291913 or 12028923. OLE color: 12028923.

HSL color Cylindrical-coordinate representation of color #FB8BB7: hue angle of 336.43º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB8BB7 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251139183-
CMYK00.450.270.02
HSL336.43º93.33%76.47%-
HSV(B)336.43º44.62%98.43%-
XYZ57.5642.3949.95-
YUV177.5131.11180.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.80%
GREEN value IS 139 (54.69% from 255) = 24.26%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=43.80%
G=24.26%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113918300.450.270.02336.4393.3376.47
HexFB8BB702D1B21505d4c
Octal373213267055332520135114
Binary1111101110001011101101110101101110111010101000010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB8BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB8BB7; }

 p { color: rgb(251,139,183); }

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

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

 a { background-color: rgb(251,139,183); }

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

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

 span { border-color: rgb(251,139,183); }

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