#FB84BA

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

Shades of Persian Pink #FB84BA

Tints of Persian Pink #FB84BA

Color information

#FB84BA (or 0xFB84BA) is unknown color: approx Persian Pink. HEX triplet: FB, 84 and BA. RGB value is (251,132,186). Sum of RGB (Red+Green+Blue) = 251+132+186=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB84BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB84BA is #047B45. Grayscale: #ADADAD. Windows color (decimal): -293702 or 12223739. OLE color: 12223739.

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

Color convert

RGB251132186-
CMYK00.470.260.02
HSL332.77º93.7%75.1%-
HSV(B)332.77º47.41%98.43%-
XYZ56.940.5651.28-
YUV173.74134.92183.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=44.11%
G=23.20%
B=32.69%

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
Decimal25113218600.470.260.02332.7793.775.1
HexFB84BA02F1A214d5e4b
Octal373204272057322515136113
Binary1111101110000100101110100101111110101010100110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB84BA; }

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

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

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

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

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

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

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

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