Shades of Persian Pink #FB83B8
Tints of Persian Pink #FB83B8
RGB
CMYK
RGB Variations
Color information
#FB83B8 (or 0xFB83B8) is known color: Persian Pink. HEX triplet: FB, 83 and B8. RGB value is (251,131,184). Sum of RGB (Red+Green+Blue) = 251+131+184=566 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.35% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83B8 is #047C47. Grayscale: #ACACAC. Windows color (decimal): -293960 or 12092411. OLE color: 12092411.
HSL color Cylindrical-coordinate representation of color #FB83B8: hue angle of 333.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB83B8 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 184 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.02 |
| HSL | 333.5º | 0.94% | 0.75% | - |
| HSV(B) | 333.5º | 0.48% | 0.98% | - |
| XYZ | 56.55 | 40.2 | 50.13 | - |
| YUV | 172.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 184 | 0 | 0.48 | 0.27 | 0.02 | 333.5 | 0.94 | 0.75 |
| Hex | FB | 83 | B8 | 0 | 30 | 1B | 2 | 14E | 5E | 4B |
| Octal | 373 | 203 | 270 | 0 | 60 | 33 | 2 | 516 | 136 | 113 |
| Binary | 11111011 | 10000011 | 10111000 | 0 | 110000 | 11011 | 10 | 101001110 | 1011110 | 1001011 |
Color Harmonies of #FB83B8
Complementary color
Monochromatic Colors of #FB83B8
Black with #FB83B8
Text Example
Text Example
White with #FB83B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83B8; }
p { color: rgb(251,131,184); }
H1.HeaderClassName
{
color: #FB83B8;
}
.AnyTagClassName
{
color: #FB83B8;
}
</style>
background-color css
<style>
a { background-color: #FB83B8; }
a { background-color: rgb(251,131,184); }
div.DivClassName
{
background-color: #FB83B8;
}
.BgClassName
{
background-color: #FB83B8;
}
</style>
border-color css
<style>
span { border-color: #FB83B8; }
span { border-color: rgb(251,131,184); }
td.TdClassName
{
border-color: #FB83B8;
}
.TagClassName
{
border-color: #FB83B8;
}
</style>