#FB7FBE

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

Shades of Persian Pink #FB7FBE

Tints of Persian Pink #FB7FBE

Color information

#FB7FBE (or 0xFB7FBE) is unknown color: approx Persian Pink. HEX triplet: FB, 7F and BE. RGB value is (251,127,190). Sum of RGB (Red+Green+Blue) = 251+127+190=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7FBE is #048041. Grayscale: #ABABAB. Windows color (decimal): -294978 or 12484603. OLE color: 12484603.

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

Color convert

RGB251127190-
CMYK00.490.240.02
HSL329.52º93.94%74.12%-
HSV(B)329.52º49.4%98.43%-
XYZ56.6739.4153.33-
YUV171.26138.58184.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 127 (50% from 255) = 22.36%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=44.19%
G=22.36%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112719000.490.240.02329.5293.9474.12
HexFB7FBE03118214a5e4a
Octal373177276061302512136112
Binary111110111111111101111100110001110001010100101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7FBE; }

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

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

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

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

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

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

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

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