#FB84B9

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

Shades of Persian Pink #FB84B9

Tints of Persian Pink #FB84B9

Color information

#FB84B9 (or 0xFB84B9) is unknown color: approx Persian Pink. HEX triplet: FB, 84 and B9. RGB value is (251,132,185). Sum of RGB (Red+Green+Blue) = 251+132+185=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84B9 is #047B46. Grayscale: #ADADAD. Windows color (decimal): -293703 or 12158203. OLE color: 12158203.

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

Color convert

RGB251132185-
CMYK00.470.260.02
HSL333.28º93.7%75.1%-
HSV(B)333.28º47.41%98.43%-
XYZ56.7940.5150.73-
YUV173.62134.42183.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=44.19%
G=23.24%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25113218500.470.260.02333.2893.775.1
HexFB84B902F1A214d5e4b
Octal373204271057322515136113
Binary1111101110000100101110010101111110101010100110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB84B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB84B9; }

 p { color: rgb(251,132,185); }

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

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

 a { background-color: rgb(251,132,185); }

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

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

 span { border-color: rgb(251,132,185); }

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