#FB7DBD

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

Shades of Persian Pink #FB7DBD

Tints of Persian Pink #FB7DBD

Color information

#FB7DBD (or 0xFB7DBD) is unknown color: approx Persian Pink. HEX triplet: FB, 7D and BD. RGB value is (251,125,189). Sum of RGB (Red+Green+Blue) = 251+125+189=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DBD is #048242. Grayscale: #A9A9A9. Windows color (decimal): -295491 or 12418555. OLE color: 12418555.

HSL color Cylindrical-coordinate representation of color #FB7DBD: 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.5%. Process color model (Four color, CMYK) of #FB7DBD is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB251125189-
CMYK00.500.250.02
HSL329.52º94.03%73.73%-
HSV(B)329.52º50.2%98.43%-
XYZ56.338.8552.68-
YUV169.97138.74185.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=44.42%
G=22.12%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112518900.500.250.02329.5294.0373.73
HexFB7DBD03219214a5e4a
Octal373175275062312512136112
Binary111110111111101101111010110010110011010100101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DBD; }

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

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

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

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

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

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

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

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