Shades of Persian Pink #FE83BD
Tints of Persian Pink #FE83BD
RGB
CMYK
RGB Variations
Color information
#FE83BD (or 0xFE83BD) is known color: Persian Pink. HEX triplet: FE, 83 and BD. RGB value is (254,131,189). Sum of RGB (Red+Green+Blue) = 254+131+189=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE83BD is #017C42. Grayscale: #AEAEAE. Windows color (decimal): -97347 or 12420094. OLE color: 12420094.
HSL color Cylindrical-coordinate representation of color #FE83BD: hue angle of 331.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE83BD is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 189 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.00 |
| HSL | 331.71º | 0.98% | 0.75% | - |
| HSV(B) | 331.71º | 0.48% | 1% | - |
| XYZ | 58.17 | 40.98 | 52.99 | - |
| YUV | 174.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 189 | 0 | 0.48 | 0.26 | 0.00 | 331.71 | 0.98 | 0.75 |
| Hex | FE | 83 | BD | 0 | 30 | 1A | 0 | 14C | 62 | 4B |
| Octal | 376 | 203 | 275 | 0 | 60 | 32 | 0 | 514 | 142 | 113 |
| Binary | 11111110 | 10000011 | 10111101 | 0 | 110000 | 11010 | 0 | 101001100 | 1100010 | 1001011 |
Color Harmonies of #FE83BD
Complementary color
Monochromatic Colors of #FE83BD
Black with #FE83BD
Text Example
Text Example
White with #FE83BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE83BD; }
p { color: rgb(254,131,189); }
H1.HeaderClassName
{
color: #FE83BD;
}
.AnyTagClassName
{
color: #FE83BD;
}
</style>
background-color css
<style>
a { background-color: #FE83BD; }
a { background-color: rgb(254,131,189); }
div.DivClassName
{
background-color: #FE83BD;
}
.BgClassName
{
background-color: #FE83BD;
}
</style>
border-color css
<style>
span { border-color: #FE83BD; }
span { border-color: rgb(254,131,189); }
td.TdClassName
{
border-color: #FE83BD;
}
.TagClassName
{
border-color: #FE83BD;
}
</style>