Shades of Fuchsia Pink #FD8AFB
Tints of Fuchsia Pink #FD8AFB
RGB
CMYK
RGB Variations
Color information
#FD8AFB (or 0xFD8AFB) is known color: Fuchsia Pink. HEX triplet: FD, 8A and FB. RGB value is (253,138,251). Sum of RGB (Red+Green+Blue) = 253+138+251=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 138 (54.30% from 255 or 21.50% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8AFB is #027504. Grayscale: #B8B8B8. Windows color (decimal): -161029 or 16485117. OLE color: 16485117.
HSL color Cylindrical-coordinate representation of color #FD8AFB: hue angle of 301.04º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8AFB is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 138 | 251 | - |
CMYK | 0 | 0.45 | 0.01 | 0.01 |
HSL | 301.04º | 0.97% | 0.77% | - |
HSV(B) | 301.04º | 0.45% | 0.99% | - |
XYZ | 67.01 | 46.02 | 96.62 | - |
YUV | 185.27 | 165.1 | 176.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 138 | 251 | 0 | 0.45 | 0.01 | 0.01 | 301.04 | 0.97 | 0.77 |
Hex | FD | 8A | FB | 0 | 2D | 1 | 1 | 12D | 61 | 4D |
Octal | 375 | 212 | 373 | 0 | 55 | 1 | 1 | 455 | 141 | 115 |
Binary | 11111101 | 10001010 | 11111011 | 0 | 101101 | 1 | 1 | 100101101 | 1100001 | 1001101 |
Color Harmonies of #FD8AFB
Complementary color
Monochromatic Colors of #FD8AFB
Black with #FD8AFB
Text Example
Text Example
White with #FD8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8AFB; }
p { color: rgb(253,138,251); }
H1.HeaderClassName
{
color: #FD8AFB;
}
.AnyTagClassName
{
color: #FD8AFB;
}
</style>
background-color css
<style>
a { background-color: #FD8AFB; }
a { background-color: rgb(253,138,251); }
div.DivClassName
{
background-color: #FD8AFB;
}
.BgClassName
{
background-color: #FD8AFB;
}
</style>
border-color css
<style>
span { border-color: #FD8AFB; }
span { border-color: rgb(253,138,251); }
td.TdClassName
{
border-color: #FD8AFB;
}
.TagClassName
{
border-color: #FD8AFB;
}
</style>