#FB7FB3

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

Shades of Persian Pink #FB7FB3

Tints of Persian Pink #FB7FB3

Color information

#FB7FB3 (or 0xFB7FB3) is unknown color: approx Persian Pink. HEX triplet: FB, 7F and B3. RGB value is (251,127,179). Sum of RGB (Red+Green+Blue) = 251+127+179=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FB3 is #04804C. Grayscale: #A9A9A9. Windows color (decimal): -294989 or 11763707. OLE color: 11763707.

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

Color convert

RGB251127179-
CMYK00.490.290.02
HSL334.84º93.94%74.12%-
HSV(B)334.84º49.4%98.43%-
XYZ55.5138.9447.24-
YUV170133.08185.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 179 (70.31% from 255) = 32.14%
R=45.06%
G=22.80%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112717900.490.290.02334.8493.9474.12
HexFB7FB30311D214f5e4a
Octal373177263061352517136112
Binary111110111111111101100110110001111011010100111110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7FB3; }

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

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

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

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

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

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

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

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