Shades of Pale Magenta #FA6CDD
Tints of Pale Magenta #FA6CDD
RGB
CMYK
RGB Variations
Color information
#FA6CDD (or 0xFA6CDD) is known color: Pale Magenta. HEX triplet: FA, 6C and DD. RGB value is (250,108,221). Sum of RGB (Red+Green+Blue) = 250+108+221=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 108 (42.58% from 255 or 18.65% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CDD is #059322. Grayscale: #A3A3A3. Windows color (decimal): -365347 or 14511354. OLE color: 14511354.
HSL color Cylindrical-coordinate representation of color #FA6CDD: hue angle of 312.25º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6CDD is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 221 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.02 |
| HSL | 312.25º | 0.93% | 0.7% | - |
| HSV(B) | 312.25º | 0.57% | 0.98% | - |
| XYZ | 57.84 | 36.27 | 72.36 | - |
| YUV | 163.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 221 | 0 | 0.57 | 0.12 | 0.02 | 312.25 | 0.93 | 0.7 |
| Hex | FA | 6C | DD | 0 | 39 | C | 2 | 138 | 5D | 46 |
| Octal | 372 | 154 | 335 | 0 | 71 | 14 | 2 | 470 | 135 | 106 |
| Binary | 11111010 | 1101100 | 11011101 | 0 | 111001 | 1100 | 10 | 100111000 | 1011101 | 1000110 |
Color Harmonies of #FA6CDD
Complementary color
Monochromatic Colors of #FA6CDD
Black with #FA6CDD
Text Example
Text Example
White with #FA6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6CDD; }
p { color: rgb(250,108,221); }
H1.HeaderClassName
{
color: #FA6CDD;
}
.AnyTagClassName
{
color: #FA6CDD;
}
</style>
background-color css
<style>
a { background-color: #FA6CDD; }
a { background-color: rgb(250,108,221); }
div.DivClassName
{
background-color: #FA6CDD;
}
.BgClassName
{
background-color: #FA6CDD;
}
</style>
border-color css
<style>
span { border-color: #FA6CDD; }
span { border-color: rgb(250,108,221); }
td.TdClassName
{
border-color: #FA6CDD;
}
.TagClassName
{
border-color: #FA6CDD;
}
</style>