Shades of Persian Pink #FE84BC
Tints of Persian Pink #FE84BC
RGB
CMYK
RGB Variations
Color information
#FE84BC (or 0xFE84BC) is known color: Persian Pink. HEX triplet: FE, 84 and BC. RGB value is (254,132,188). Sum of RGB (Red+Green+Blue) = 254+132+188=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE84BC is #017B43. Grayscale: #AEAEAE. Windows color (decimal): -97092 or 12354814. OLE color: 12354814.
HSL color Cylindrical-coordinate representation of color #FE84BC: hue angle of 332.46º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE84BC is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 188 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.00 |
| HSL | 332.46º | 0.98% | 0.76% | - |
| HSV(B) | 332.46º | 0.48% | 1% | - |
| XYZ | 58.2 | 41.2 | 52.46 | - |
| YUV | 174.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 188 | 0 | 0.48 | 0.26 | 0.00 | 332.46 | 0.98 | 0.76 |
| Hex | FE | 84 | BC | 0 | 30 | 1A | 0 | 14C | 62 | 4C |
| Octal | 376 | 204 | 274 | 0 | 60 | 32 | 0 | 514 | 142 | 114 |
| Binary | 11111110 | 10000100 | 10111100 | 0 | 110000 | 11010 | 0 | 101001100 | 1100010 | 1001100 |
Color Harmonies of #FE84BC
Complementary color
Monochromatic Colors of #FE84BC
Black with #FE84BC
Text Example
Text Example
White with #FE84BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE84BC; }
p { color: rgb(254,132,188); }
H1.HeaderClassName
{
color: #FE84BC;
}
.AnyTagClassName
{
color: #FE84BC;
}
</style>
background-color css
<style>
a { background-color: #FE84BC; }
a { background-color: rgb(254,132,188); }
div.DivClassName
{
background-color: #FE84BC;
}
.BgClassName
{
background-color: #FE84BC;
}
</style>
border-color css
<style>
span { border-color: #FE84BC; }
span { border-color: rgb(254,132,188); }
td.TdClassName
{
border-color: #FE84BC;
}
.TagClassName
{
border-color: #FE84BC;
}
</style>