#FB82B3

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

Shades of Persian Pink #FB82B3

Tints of Persian Pink #FB82B3

Color information

#FB82B3 (or 0xFB82B3) is unknown color: approx Persian Pink. HEX triplet: FB, 82 and B3. RGB value is (251,130,179). Sum of RGB (Red+Green+Blue) = 251+130+179=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 179 (70.31% from 255 or 31.96% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB82B3 is #047D4C. Grayscale: #ABABAB. Windows color (decimal): -294221 or 11764475. OLE color: 11764475.

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

Color convert

RGB251130179-
CMYK00.480.290.02
HSL335.7º93.8%74.71%-
HSV(B)335.7º48.21%98.43%-
XYZ55.939.7347.37-
YUV171.76132.09184.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 179 (70.31% from 255) = 31.96%
R=44.82%
G=23.21%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113017900.480.290.02335.793.874.71
HexFB82B30301D21505e4b
Octal373202263060352520136113
Binary1111101110000010101100110110000111011010101000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB82B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB82B3; }

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

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

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

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

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

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

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

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