Shades of Persian Pink #FE78BB
Tints of Persian Pink #FE78BB
RGB
CMYK
RGB Variations
Color information
#FE78BB (or 0xFE78BB) is known color: Persian Pink. HEX triplet: FE, 78 and BB. RGB value is (254,120,187). Sum of RGB (Red+Green+Blue) = 254+120+187=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78BB is #018744. Grayscale: #A7A7A7. Windows color (decimal): -100165 or 12286206. OLE color: 12286206.
HSL color Cylindrical-coordinate representation of color #FE78BB: hue angle of 330º 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 #FE78BB is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 187 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.00 |
| HSL | 330º | 0.99% | 0.73% | - |
| HSV(B) | 330º | 0.53% | 1% | - |
| XYZ | 56.56 | 38.09 | 51.39 | - |
| YUV | 167.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 187 | 0 | 0.53 | 0.26 | 0.00 | 330 | 0.99 | 0.73 |
| Hex | FE | 78 | BB | 0 | 35 | 1A | 0 | 14A | 63 | 49 |
| Octal | 376 | 170 | 273 | 0 | 65 | 32 | 0 | 512 | 143 | 111 |
| Binary | 11111110 | 1111000 | 10111011 | 0 | 110101 | 11010 | 0 | 101001010 | 1100011 | 1001001 |
Color Harmonies of #FE78BB
Complementary color
Monochromatic Colors of #FE78BB
Black with #FE78BB
Text Example
Text Example
White with #FE78BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE78BB; }
p { color: rgb(254,120,187); }
H1.HeaderClassName
{
color: #FE78BB;
}
.AnyTagClassName
{
color: #FE78BB;
}
</style>
background-color css
<style>
a { background-color: #FE78BB; }
a { background-color: rgb(254,120,187); }
div.DivClassName
{
background-color: #FE78BB;
}
.BgClassName
{
background-color: #FE78BB;
}
</style>
border-color css
<style>
span { border-color: #FE78BB; }
span { border-color: rgb(254,120,187); }
td.TdClassName
{
border-color: #FE78BB;
}
.TagClassName
{
border-color: #FE78BB;
}
</style>