Shades of Persian Pink #FD7BB2
Tints of Persian Pink #FD7BB2
RGB
CMYK
RGB Variations
Color information
#FD7BB2 (or 0xFD7BB2) is known color: Persian Pink. HEX triplet: FD, 7B and B2. RGB value is (253,123,178). Sum of RGB (Red+Green+Blue) = 253+123+178=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7BB2 is #02844D. Grayscale: #A8A8A8. Windows color (decimal): -164942 or 11697149. OLE color: 11697149.
HSL color Cylindrical-coordinate representation of color #FD7BB2: hue angle of 334.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7BB2 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 178 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.01 |
| HSL | 334.62º | 0.97% | 0.74% | - |
| HSV(B) | 334.62º | 0.51% | 0.99% | - |
| XYZ | 55.63 | 38.26 | 46.57 | - |
| YUV | 168.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 178 | 0 | 0.51 | 0.30 | 0.01 | 334.62 | 0.97 | 0.74 |
| Hex | FD | 7B | B2 | 0 | 33 | 1E | 1 | 14F | 61 | 4A |
| Octal | 375 | 173 | 262 | 0 | 63 | 36 | 1 | 517 | 141 | 112 |
| Binary | 11111101 | 1111011 | 10110010 | 0 | 110011 | 11110 | 1 | 101001111 | 1100001 | 1001010 |
Color Harmonies of #FD7BB2
Complementary color
Monochromatic Colors of #FD7BB2
Black with #FD7BB2
Text Example
Text Example
White with #FD7BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7BB2; }
p { color: rgb(253,123,178); }
H1.HeaderClassName
{
color: #FD7BB2;
}
.AnyTagClassName
{
color: #FD7BB2;
}
</style>
background-color css
<style>
a { background-color: #FD7BB2; }
a { background-color: rgb(253,123,178); }
div.DivClassName
{
background-color: #FD7BB2;
}
.BgClassName
{
background-color: #FD7BB2;
}
</style>
border-color css
<style>
span { border-color: #FD7BB2; }
span { border-color: rgb(253,123,178); }
td.TdClassName
{
border-color: #FD7BB2;
}
.TagClassName
{
border-color: #FD7BB2;
}
</style>