Shades of Persian Pink #FE78BD
Tints of Persian Pink #FE78BD
RGB
CMYK
RGB Variations
Color information
#FE78BD (or 0xFE78BD) is known color: Persian Pink. HEX triplet: FE, 78 and BD. RGB value is (254,120,189). Sum of RGB (Red+Green+Blue) = 254+120+189=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78BD is #018742. Grayscale: #A7A7A7. Windows color (decimal): -100163 or 12417278. OLE color: 12417278.
HSL color Cylindrical-coordinate representation of color #FE78BD: hue angle of 329.1º 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 #FE78BD is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 189 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.00 |
| HSL | 329.1º | 0.99% | 0.73% | - |
| HSV(B) | 329.1º | 0.53% | 1% | - |
| XYZ | 56.77 | 38.18 | 52.52 | - |
| YUV | 167.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 189 | 0 | 0.53 | 0.26 | 0.00 | 329.1 | 0.99 | 0.73 |
| Hex | FE | 78 | BD | 0 | 35 | 1A | 0 | 149 | 63 | 49 |
| Octal | 376 | 170 | 275 | 0 | 65 | 32 | 0 | 511 | 143 | 111 |
| Binary | 11111110 | 1111000 | 10111101 | 0 | 110101 | 11010 | 0 | 101001001 | 1100011 | 1001001 |
Color Harmonies of #FE78BD
Complementary color
Monochromatic Colors of #FE78BD
Black with #FE78BD
Text Example
Text Example
White with #FE78BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE78BD; }
p { color: rgb(254,120,189); }
H1.HeaderClassName
{
color: #FE78BD;
}
.AnyTagClassName
{
color: #FE78BD;
}
</style>
background-color css
<style>
a { background-color: #FE78BD; }
a { background-color: rgb(254,120,189); }
div.DivClassName
{
background-color: #FE78BD;
}
.BgClassName
{
background-color: #FE78BD;
}
</style>
border-color css
<style>
span { border-color: #FE78BD; }
span { border-color: rgb(254,120,189); }
td.TdClassName
{
border-color: #FE78BD;
}
.TagClassName
{
border-color: #FE78BD;
}
</style>