Shades of Violet #FD8CFA
Tints of Violet #FD8CFA
RGB
CMYK
RGB Variations
Color information
#FD8CFA (or 0xFD8CFA) is known color: Violet. HEX triplet: FD, 8C and FA. RGB value is (253,140,250). Sum of RGB (Red+Green+Blue) = 253+140+250=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 140 (55.08% from 255 or 21.77% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD8CFA is #027305. Grayscale: #BABABA. Windows color (decimal): -160518 or 16420093. OLE color: 16420093.
HSL color Cylindrical-coordinate representation of color #FD8CFA: hue angle of 301.59º 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 #FD8CFA is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 250 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.01 |
| HSL | 301.59º | 0.97% | 0.77% | - |
| HSV(B) | 301.59º | 0.45% | 0.99% | - |
| XYZ | 67.14 | 46.54 | 95.89 | - |
| YUV | 186.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 250 | 0 | 0.45 | 0.01 | 0.01 | 301.59 | 0.97 | 0.77 |
| Hex | FD | 8C | FA | 0 | 2D | 1 | 1 | 12E | 61 | 4D |
| Octal | 375 | 214 | 372 | 0 | 55 | 1 | 1 | 456 | 141 | 115 |
| Binary | 11111101 | 10001100 | 11111010 | 0 | 101101 | 1 | 1 | 100101110 | 1100001 | 1001101 |
Color Harmonies of #FD8CFA
Complementary color
Monochromatic Colors of #FD8CFA
Black with #FD8CFA
Text Example
Text Example
White with #FD8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CFA; }
p { color: rgb(253,140,250); }
H1.HeaderClassName
{
color: #FD8CFA;
}
.AnyTagClassName
{
color: #FD8CFA;
}
</style>
background-color css
<style>
a { background-color: #FD8CFA; }
a { background-color: rgb(253,140,250); }
div.DivClassName
{
background-color: #FD8CFA;
}
.BgClassName
{
background-color: #FD8CFA;
}
</style>
border-color css
<style>
span { border-color: #FD8CFA; }
span { border-color: rgb(253,140,250); }
td.TdClassName
{
border-color: #FD8CFA;
}
.TagClassName
{
border-color: #FD8CFA;
}
</style>