#FB83BB

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

Shades of Persian Pink #FB83BB

Tints of Persian Pink #FB83BB

Color information

#FB83BB (or 0xFB83BB) is unknown color: approx Persian Pink. HEX triplet: FB, 83 and BB. RGB value is (251,131,187). Sum of RGB (Red+Green+Blue) = 251+131+187=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83BB is #047C44. Grayscale: #ADADAD. Windows color (decimal): -293957 or 12289019. OLE color: 12289019.

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

Color convert

RGB251131187-
CMYK00.480.250.02
HSL332º93.75%74.9%-
HSV(B)332º47.81%98.43%-
XYZ56.8740.3351.8-
YUV173.26135.76183.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 131 (51.56% from 255) = 23.02%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=44.11%
G=23.02%
B=32.86%

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
Decimal25113118700.480.250.0233293.7574.9
HexFB83BB03019214c5e4b
Octal373203273060312514136113
Binary1111101110000011101110110110000110011010100110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB83BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB83BB; }

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

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

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

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

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

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

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

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