Shades of Persian Pink #FB7EC0
Tints of Persian Pink #FB7EC0
RGB
CMYK
RGB Variations
Color information
#FB7EC0 (or 0xFB7EC0) is known color: Persian Pink. HEX triplet: FB, 7E and C0. RGB value is (251,126,192). Sum of RGB (Red+Green+Blue) = 251+126+192=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7EC0 is #04813F. Grayscale: #AAAAAA. Windows color (decimal): -295232 or 12615419. OLE color: 12615419.
HSL color Cylindrical-coordinate representation of color #FB7EC0: hue angle of 328.32º 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 #FB7EC0 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 126 | 192 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.02 |
| HSL | 328.32º | 0.94% | 0.74% | - |
| HSV(B) | 328.32º | 0.5% | 0.98% | - |
| XYZ | 56.76 | 39.24 | 54.45 | - |
| YUV | 170.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 126 | 192 | 0 | 0.50 | 0.24 | 0.02 | 328.32 | 0.94 | 0.74 |
| Hex | FB | 7E | C0 | 0 | 32 | 18 | 2 | 148 | 5E | 4A |
| Octal | 373 | 176 | 300 | 0 | 62 | 30 | 2 | 510 | 136 | 112 |
| Binary | 11111011 | 1111110 | 11000000 | 0 | 110010 | 11000 | 10 | 101001000 | 1011110 | 1001010 |
Color Harmonies of #FB7EC0
Complementary color
Monochromatic Colors of #FB7EC0
Black with #FB7EC0
Text Example
Text Example
White with #FB7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7EC0; }
p { color: rgb(251,126,192); }
H1.HeaderClassName
{
color: #FB7EC0;
}
.AnyTagClassName
{
color: #FB7EC0;
}
</style>
background-color css
<style>
a { background-color: #FB7EC0; }
a { background-color: rgb(251,126,192); }
div.DivClassName
{
background-color: #FB7EC0;
}
.BgClassName
{
background-color: #FB7EC0;
}
</style>
border-color css
<style>
span { border-color: #FB7EC0; }
span { border-color: rgb(251,126,192); }
td.TdClassName
{
border-color: #FB7EC0;
}
.TagClassName
{
border-color: #FB7EC0;
}
</style>