Shades of Persian Pink #FB83B5
Tints of Persian Pink #FB83B5
RGB
CMYK
RGB Variations
Color information
#FB83B5 (or 0xFB83B5) is known color: Persian Pink. HEX triplet: FB, 83 and B5. RGB value is (251,131,181). Sum of RGB (Red+Green+Blue) = 251+131+181=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB83B5 is #047C4A. Grayscale: #ACACAC. Windows color (decimal): -293963 or 11895803. OLE color: 11895803.
HSL color Cylindrical-coordinate representation of color #FB83B5: hue angle of 335º 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 #FB83B5 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 131 | 181 | - |
CMYK | 0 | 0.48 | 0.28 | 0.02 |
HSL | 335º | 0.94% | 0.75% | - |
HSV(B) | 335º | 0.48% | 0.98% | - |
XYZ | 56.24 | 40.08 | 48.49 | - |
YUV | 172.58 | 132.76 | 183.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 131 | 181 | 0 | 0.48 | 0.28 | 0.02 | 335 | 0.94 | 0.75 |
Hex | FB | 83 | B5 | 0 | 30 | 1C | 2 | 14F | 5E | 4B |
Octal | 373 | 203 | 265 | 0 | 60 | 34 | 2 | 517 | 136 | 113 |
Binary | 11111011 | 10000011 | 10110101 | 0 | 110000 | 11100 | 10 | 101001111 | 1011110 | 1001011 |
Color Harmonies of #FB83B5
Complementary color
Monochromatic Colors of #FB83B5
Black with #FB83B5
Text Example
Text Example
White with #FB83B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83B5; }
p { color: rgb(251,131,181); }
H1.HeaderClassName
{
color: #FB83B5;
}
.AnyTagClassName
{
color: #FB83B5;
}
</style>
background-color css
<style>
a { background-color: #FB83B5; }
a { background-color: rgb(251,131,181); }
div.DivClassName
{
background-color: #FB83B5;
}
.BgClassName
{
background-color: #FB83B5;
}
</style>
border-color css
<style>
span { border-color: #FB83B5; }
span { border-color: rgb(251,131,181); }
td.TdClassName
{
border-color: #FB83B5;
}
.TagClassName
{
border-color: #FB83B5;
}
</style>