Shades of Persian Pink #FB7DB3
Tints of Persian Pink #FB7DB3
RGB
CMYK
RGB Variations
Color information
#FB7DB3 (or 0xFB7DB3) is known color: Persian Pink. HEX triplet: FB, 7D and B3. RGB value is (251,125,179). Sum of RGB (Red+Green+Blue) = 251+125+179=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7DB3 is #04824C. Grayscale: #A8A8A8. Windows color (decimal): -295501 or 11763195. OLE color: 11763195.
HSL color Cylindrical-coordinate representation of color #FB7DB3: hue angle of 334.29º 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 #FB7DB3 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 125 | 179 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.02 |
| HSL | 334.29º | 0.94% | 0.74% | - |
| HSV(B) | 334.29º | 0.5% | 0.98% | - |
| XYZ | 55.25 | 38.43 | 47.15 | - |
| YUV | 168.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 125 | 179 | 0 | 0.50 | 0.29 | 0.02 | 334.29 | 0.94 | 0.74 |
| Hex | FB | 7D | B3 | 0 | 32 | 1D | 2 | 14E | 5E | 4A |
| Octal | 373 | 175 | 263 | 0 | 62 | 35 | 2 | 516 | 136 | 112 |
| Binary | 11111011 | 1111101 | 10110011 | 0 | 110010 | 11101 | 10 | 101001110 | 1011110 | 1001010 |
Color Harmonies of #FB7DB3
Complementary color
Monochromatic Colors of #FB7DB3
Black with #FB7DB3
Text Example
Text Example
White with #FB7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7DB3; }
p { color: rgb(251,125,179); }
H1.HeaderClassName
{
color: #FB7DB3;
}
.AnyTagClassName
{
color: #FB7DB3;
}
</style>
background-color css
<style>
a { background-color: #FB7DB3; }
a { background-color: rgb(251,125,179); }
div.DivClassName
{
background-color: #FB7DB3;
}
.BgClassName
{
background-color: #FB7DB3;
}
</style>
border-color css
<style>
span { border-color: #FB7DB3; }
span { border-color: rgb(251,125,179); }
td.TdClassName
{
border-color: #FB7DB3;
}
.TagClassName
{
border-color: #FB7DB3;
}
</style>