#FB7DB7

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

Shades of Persian Pink #FB7DB7

Tints of Persian Pink #FB7DB7

Color information

#FB7DB7 (or 0xFB7DB7) is unknown color: approx Persian Pink. HEX triplet: FB, 7D and B7. RGB value is (251,125,183). Sum of RGB (Red+Green+Blue) = 251+125+183=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 125 (49.22% from 255 or 22.36% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DB7 is #048248. Grayscale: #A9A9A9. Windows color (decimal): -295497 or 12025339. OLE color: 12025339.

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

Color convert

RGB251125183-
CMYK00.500.270.02
HSL332.38º94.03%73.73%-
HSV(B)332.38º50.2%98.43%-
XYZ55.6638.649.32-
YUV169.29135.74186.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 125 (49.22% from 255) = 22.36%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=44.90%
G=22.36%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112518300.500.270.02332.3894.0373.73
HexFB7DB70321B214c5e4a
Octal373175267062332514136112
Binary111110111111101101101110110010110111010100110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DB7; }

 p { color: rgb(251,125,183); }

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

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

 a { background-color: rgb(251,125,183); }

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

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

 span { border-color: rgb(251,125,183); }

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