#FB7BB7

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

Shades of Persian Pink #FB7BB7

Tints of Persian Pink #FB7BB7

Color information

#FB7BB7 (or 0xFB7BB7) is unknown color: approx Persian Pink. HEX triplet: FB, 7B and B7. RGB value is (251,123,183). Sum of RGB (Red+Green+Blue) = 251+123+183=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BB7 is #048448. Grayscale: #A8A8A8. Windows color (decimal): -296009 or 12024827. OLE color: 12024827.

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

Color convert

RGB251123183-
CMYK00.510.270.02
HSL331.88º94.12%73.33%-
HSV(B)331.88º51%98.43%-
XYZ55.4138.0949.23-
YUV168.11136.41187.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 123 (48.44% from 255) = 22.08%
BLUE value IS 183 (71.88% from 255) = 32.85%
R=45.06%
G=22.08%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112318300.510.270.02331.8894.1273.33
HexFB7BB70331B214c5e49
Octal373173267063332514136111
Binary111110111111011101101110110011110111010100110010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7BB7; }

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

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

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

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

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

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

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

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