Shades of Violet #FD8FFB
Tints of Violet #FD8FFB
RGB
CMYK
RGB Variations
Color information
#FD8FFB (or 0xFD8FFB) is known color: Violet. HEX triplet: FD, 8F and FB. RGB value is (253,143,251). Sum of RGB (Red+Green+Blue) = 253+143+251=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 143 (56.25% from 255 or 22.10% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8FFB is #027004. Grayscale: #BBBBBB. Windows color (decimal): -159749 or 16486397. OLE color: 16486397.
HSL color Cylindrical-coordinate representation of color #FD8FFB: hue angle of 301.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD8FFB is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 251 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.01 |
| HSL | 301.09º | 0.96% | 0.78% | - |
| HSV(B) | 301.09º | 0.43% | 0.99% | - |
| XYZ | 67.74 | 47.49 | 96.86 | - |
| YUV | 188.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 251 | 0 | 0.43 | 0.01 | 0.01 | 301.09 | 0.96 | 0.78 |
| Hex | FD | 8F | FB | 0 | 2B | 1 | 1 | 12D | 60 | 4E |
| Octal | 375 | 217 | 373 | 0 | 53 | 1 | 1 | 455 | 140 | 116 |
| Binary | 11111101 | 10001111 | 11111011 | 0 | 101011 | 1 | 1 | 100101101 | 1100000 | 1001110 |
Color Harmonies of #FD8FFB
Complementary color
Monochromatic Colors of #FD8FFB
Black with #FD8FFB
Text Example
Text Example
White with #FD8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8FFB; }
p { color: rgb(253,143,251); }
H1.HeaderClassName
{
color: #FD8FFB;
}
.AnyTagClassName
{
color: #FD8FFB;
}
</style>
background-color css
<style>
a { background-color: #FD8FFB; }
a { background-color: rgb(253,143,251); }
div.DivClassName
{
background-color: #FD8FFB;
}
.BgClassName
{
background-color: #FD8FFB;
}
</style>
border-color css
<style>
span { border-color: #FD8FFB; }
span { border-color: rgb(253,143,251); }
td.TdClassName
{
border-color: #FD8FFB;
}
.TagClassName
{
border-color: #FD8FFB;
}
</style>