Shades of Violet #FAA0FD
Tints of Violet #FAA0FD
RGB
CMYK
RGB Variations
Color information
#FAA0FD (or 0xFAA0FD) is known color: Violet. HEX triplet: FA, A0 and FD. RGB value is (250,160,253). Sum of RGB (Red+Green+Blue) = 250+160+253=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 160 (62.89% from 255 or 24.13% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA0FD is #055F02. Grayscale: #C5C5C5. Windows color (decimal): -352003 or 16621818. OLE color: 16621818.
HSL color Cylindrical-coordinate representation of color #FAA0FD: hue angle of 298.06º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAA0FD is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 160 | 253 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.01 |
| HSL | 298.06º | 0.96% | 0.81% | - |
| HSV(B) | 298.06º | 0.37% | 0.99% | - |
| XYZ | 69.72 | 52.56 | 99.4 | - |
| YUV | 197.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 253 | 0.01 | 0.37 | 0 | 0.01 | 298.06 | 0.96 | 0.81 |
| Hex | FA | A0 | FD | 1 | 25 | 0 | 1 | 12A | 60 | 51 |
| Octal | 372 | 240 | 375 | 1 | 45 | 0 | 1 | 452 | 140 | 121 |
| Binary | 11111010 | 10100000 | 11111101 | 1 | 100101 | 0 | 1 | 100101010 | 1100000 | 1010001 |
Color Harmonies of #FAA0FD
Complementary color
Monochromatic Colors of #FAA0FD
Black with #FAA0FD
Text Example
Text Example
White with #FAA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0FD; }
p { color: rgb(250,160,253); }
H1.HeaderClassName
{
color: #FAA0FD;
}
.AnyTagClassName
{
color: #FAA0FD;
}
</style>
background-color css
<style>
a { background-color: #FAA0FD; }
a { background-color: rgb(250,160,253); }
div.DivClassName
{
background-color: #FAA0FD;
}
.BgClassName
{
background-color: #FAA0FD;
}
</style>
border-color css
<style>
span { border-color: #FAA0FD; }
span { border-color: rgb(250,160,253); }
td.TdClassName
{
border-color: #FAA0FD;
}
.TagClassName
{
border-color: #FAA0FD;
}
</style>