Shades of Fuchsia Pink #FD8CFF
Tints of Fuchsia Pink #FD8CFF
RGB
CMYK
RGB Variations
Color information
#FD8CFF (or 0xFD8CFF) is known color: Fuchsia Pink. HEX triplet: FD, 8C and FF. RGB value is (253,140,255). Sum of RGB (Red+Green+Blue) = 253+140+255=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 140 (55.08% from 255 or 21.60% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD8CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CFF is #027300. Grayscale: #BABABA. Windows color (decimal): -160513 or 16747773. OLE color: 16747773.
HSL color Cylindrical-coordinate representation of color #FD8CFF: hue angle of 298.96º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8CFF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 140 | 255 | - |
| CMYK | 0.01 | 0.45 | 0 | 0 |
| HSL | 298.96º | 1% | 0.77% | - |
| HSV(B) | 298.96º | 0.45% | 1% | - |
| XYZ | 67.94 | 46.86 | 100.07 | - |
| YUV | 186.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 255 | 0.01 | 0.45 | 0 | 0 | 298.96 | 1 | 0.77 |
| Hex | FD | 8C | FF | 1 | 2D | 0 | 0 | 12B | 64 | 4D |
| Octal | 375 | 214 | 377 | 1 | 55 | 0 | 0 | 453 | 144 | 115 |
| Binary | 11111101 | 10001100 | 11111111 | 1 | 101101 | 0 | 0 | 100101011 | 1100100 | 1001101 |
Color Harmonies of #FD8CFF
Complementary color
Monochromatic Colors of #FD8CFF
Black with #FD8CFF
Text Example
Text Example
White with #FD8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CFF; }
p { color: rgb(253,140,255); }
H1.HeaderClassName
{
color: #FD8CFF;
}
.AnyTagClassName
{
color: #FD8CFF;
}
</style>
background-color css
<style>
a { background-color: #FD8CFF; }
a { background-color: rgb(253,140,255); }
div.DivClassName
{
background-color: #FD8CFF;
}
.BgClassName
{
background-color: #FD8CFF;
}
</style>
border-color css
<style>
span { border-color: #FD8CFF; }
span { border-color: rgb(253,140,255); }
td.TdClassName
{
border-color: #FD8CFF;
}
.TagClassName
{
border-color: #FD8CFF;
}
</style>