Shades of Persian Pink #FF88B8
Tints of Persian Pink #FF88B8
RGB
CMYK
RGB Variations
Color information
#FF88B8 (or 0xFF88B8) is known color: Persian Pink. HEX triplet: FF, 88 and B8. RGB value is (255,136,184). Sum of RGB (Red+Green+Blue) = 255+136+184=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88B8 is #007747. Grayscale: #B0B0B0. Windows color (decimal): -30536 or 12093695. OLE color: 12093695.
HSL color Cylindrical-coordinate representation of color #FF88B8: hue angle of 335.8º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88B8 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 184 | - |
| CMYK | 0 | 0.47 | 0.28 | 0 |
| HSL | 335.8º | 1% | 0.77% | - |
| HSV(B) | 335.8º | 0.47% | 1% | - |
| XYZ | 58.7 | 42.33 | 50.42 | - |
| YUV | 177.05 | 131.92 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 184 | 0 | 0.47 | 0.28 | 0 | 335.8 | 1 | 0.77 |
| Hex | FF | 88 | B8 | 0 | 2F | 1C | 0 | 150 | 64 | 4D |
| Octal | 377 | 210 | 270 | 0 | 57 | 34 | 0 | 520 | 144 | 115 |
| Binary | 11111111 | 10001000 | 10111000 | 0 | 101111 | 11100 | 0 | 101010000 | 1100100 | 1001101 |
Color Harmonies of #FF88B8
Complementary color
Monochromatic Colors of #FF88B8
Black with #FF88B8
Text Example
Text Example
White with #FF88B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88B8; }
p { color: rgb(255,136,184); }
H1.HeaderClassName
{
color: #FF88B8;
}
.AnyTagClassName
{
color: #FF88B8;
}
</style>
background-color css
<style>
a { background-color: #FF88B8; }
a { background-color: rgb(255,136,184); }
div.DivClassName
{
background-color: #FF88B8;
}
.BgClassName
{
background-color: #FF88B8;
}
</style>
border-color css
<style>
span { border-color: #FF88B8; }
span { border-color: rgb(255,136,184); }
td.TdClassName
{
border-color: #FF88B8;
}
.TagClassName
{
border-color: #FF88B8;
}
</style>