Shades of Persian Pink #FE7BBD
Tints of Persian Pink #FE7BBD
RGB
CMYK
RGB Variations
Color information
#FE7BBD (or 0xFE7BBD) is known color: Persian Pink. HEX triplet: FE, 7B and BD. RGB value is (254,123,189). Sum of RGB (Red+Green+Blue) = 254+123+189=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7BBD is #018442. Grayscale: #A9A9A9. Windows color (decimal): -99395 or 12418046. OLE color: 12418046.
HSL color Cylindrical-coordinate representation of color #FE7BBD: hue angle of 329.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7BBD is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 189 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.00 |
| HSL | 329.77º | 0.98% | 0.74% | - |
| HSV(B) | 329.77º | 0.52% | 1% | - |
| XYZ | 57.14 | 38.91 | 52.64 | - |
| YUV | 169.69 | 138.9 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 189 | 0 | 0.52 | 0.26 | 0.00 | 329.77 | 0.98 | 0.74 |
| Hex | FE | 7B | BD | 0 | 34 | 1A | 0 | 14A | 62 | 4A |
| Octal | 376 | 173 | 275 | 0 | 64 | 32 | 0 | 512 | 142 | 112 |
| Binary | 11111110 | 1111011 | 10111101 | 0 | 110100 | 11010 | 0 | 101001010 | 1100010 | 1001010 |
Color Harmonies of #FE7BBD
Complementary color
Monochromatic Colors of #FE7BBD
Black with #FE7BBD
Text Example
Text Example
White with #FE7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7BBD; }
p { color: rgb(254,123,189); }
H1.HeaderClassName
{
color: #FE7BBD;
}
.AnyTagClassName
{
color: #FE7BBD;
}
</style>
background-color css
<style>
a { background-color: #FE7BBD; }
a { background-color: rgb(254,123,189); }
div.DivClassName
{
background-color: #FE7BBD;
}
.BgClassName
{
background-color: #FE7BBD;
}
</style>
border-color css
<style>
span { border-color: #FE7BBD; }
span { border-color: rgb(254,123,189); }
td.TdClassName
{
border-color: #FE7BBD;
}
.TagClassName
{
border-color: #FE7BBD;
}
</style>