#FB82BB

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

Shades of Persian Pink #FB82BB

Tints of Persian Pink #FB82BB

Color information

#FB82BB (or 0xFB82BB) is unknown color: approx Persian Pink. HEX triplet: FB, 82 and BB. RGB value is (251,130,187). Sum of RGB (Red+Green+Blue) = 251+130+187=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB82BB is #047D44. Grayscale: #ACACAC. Windows color (decimal): -294213 or 12288763. OLE color: 12288763.

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

Color convert

RGB251130187-
CMYK00.480.250.02
HSL331.74º93.8%74.71%-
HSV(B)331.74º48.21%98.43%-
XYZ56.7440.0651.76-
YUV172.68136.09183.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=44.19%
G=22.89%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113018700.480.250.02331.7493.874.71
HexFB82BB03019214c5e4b
Octal373202273060312514136113
Binary1111101110000010101110110110000110011010100110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB82BB; }

 p { color: rgb(251,130,187); }

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

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

 a { background-color: rgb(251,130,187); }

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

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

 span { border-color: rgb(251,130,187); }

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