#FB7FBB

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

Shades of Persian Pink #FB7FBB

Tints of Persian Pink #FB7FBB

Color information

#FB7FBB (or 0xFB7FBB) is unknown color: approx Persian Pink. HEX triplet: FB, 7F and BB. RGB value is (251,127,187). Sum of RGB (Red+Green+Blue) = 251+127+187=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FBB is #048044. Grayscale: #AAAAAA. Windows color (decimal): -294981 or 12287995. OLE color: 12287995.

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

Color convert

RGB251127187-
CMYK00.490.250.02
HSL330.97º93.94%74.12%-
HSV(B)330.97º49.4%98.43%-
XYZ56.3439.2851.63-
YUV170.92137.08185.12-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 127 (50% from 255) = 22.48%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=44.42%
G=22.48%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112718700.490.250.02330.9793.9474.12
HexFB7FBB03119214b5e4a
Octal373177273061312513136112
Binary111110111111111101110110110001110011010100101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7FBB; }

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

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

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

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

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

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

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

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