Shades of Persian Pink #FE78BA
Tints of Persian Pink #FE78BA
RGB
CMYK
RGB Variations
Color information
#FE78BA (or 0xFE78BA) is known color: Persian Pink. HEX triplet: FE, 78 and BA. RGB value is (254,120,186). Sum of RGB (Red+Green+Blue) = 254+120+186=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78BA is #018745. Grayscale: #A7A7A7. Windows color (decimal): -100166 or 12220670. OLE color: 12220670.
HSL color Cylindrical-coordinate representation of color #FE78BA: hue angle of 330.45º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE78BA is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 186 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.00 |
| HSL | 330.45º | 0.99% | 0.73% | - |
| HSV(B) | 330.45º | 0.53% | 1% | - |
| XYZ | 56.45 | 38.05 | 50.82 | - |
| YUV | 167.59 | 138.39 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 186 | 0 | 0.53 | 0.27 | 0.00 | 330.45 | 0.99 | 0.73 |
| Hex | FE | 78 | BA | 0 | 35 | 1B | 0 | 14A | 63 | 49 |
| Octal | 376 | 170 | 272 | 0 | 65 | 33 | 0 | 512 | 143 | 111 |
| Binary | 11111110 | 1111000 | 10111010 | 0 | 110101 | 11011 | 0 | 101001010 | 1100011 | 1001001 |
Color Harmonies of #FE78BA
Complementary color
Monochromatic Colors of #FE78BA
Black with #FE78BA
Text Example
Text Example
White with #FE78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE78BA; }
p { color: rgb(254,120,186); }
H1.HeaderClassName
{
color: #FE78BA;
}
.AnyTagClassName
{
color: #FE78BA;
}
</style>
background-color css
<style>
a { background-color: #FE78BA; }
a { background-color: rgb(254,120,186); }
div.DivClassName
{
background-color: #FE78BA;
}
.BgClassName
{
background-color: #FE78BA;
}
</style>
border-color css
<style>
span { border-color: #FE78BA; }
span { border-color: rgb(254,120,186); }
td.TdClassName
{
border-color: #FE78BA;
}
.TagClassName
{
border-color: #FE78BA;
}
</style>