Shades of Snuff #FAC2FD
Tints of Snuff #FAC2FD
RGB
CMYK
RGB Variations
Color information
#FAC2FD (or 0xFAC2FD) is known color: Snuff. HEX triplet: FA, C2 and FD. RGB value is (250,194,253). Sum of RGB (Red+Green+Blue) = 250+194+253=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 194 (76.17% from 255 or 27.83% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAC2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC2FD is #053D02. Grayscale: #D9D9D9. Windows color (decimal): -343299 or 16630522. OLE color: 16630522.
HSL color Cylindrical-coordinate representation of color #FAC2FD: hue angle of 296.95º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC2FD is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 194 | 253 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.01 |
| HSL | 296.95º | 0.94% | 0.88% | - |
| HSV(B) | 296.95º | 0.23% | 0.99% | - |
| XYZ | 76.45 | 66 | 101.64 | - |
| YUV | 217.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 253 | 0.01 | 0.23 | 0 | 0.01 | 296.95 | 0.94 | 0.88 |
| Hex | FA | C2 | FD | 1 | 17 | 0 | 1 | 129 | 5E | 58 |
| Octal | 372 | 302 | 375 | 1 | 27 | 0 | 1 | 451 | 136 | 130 |
| Binary | 11111010 | 11000010 | 11111101 | 1 | 10111 | 0 | 1 | 100101001 | 1011110 | 1011000 |
Color Harmonies of #FAC2FD
Complementary color
Monochromatic Colors of #FAC2FD
Black with #FAC2FD
Text Example
Text Example
White with #FAC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2FD; }
p { color: rgb(250,194,253); }
H1.HeaderClassName
{
color: #FAC2FD;
}
.AnyTagClassName
{
color: #FAC2FD;
}
</style>
background-color css
<style>
a { background-color: #FAC2FD; }
a { background-color: rgb(250,194,253); }
div.DivClassName
{
background-color: #FAC2FD;
}
.BgClassName
{
background-color: #FAC2FD;
}
</style>
border-color css
<style>
span { border-color: #FAC2FD; }
span { border-color: rgb(250,194,253); }
td.TdClassName
{
border-color: #FAC2FD;
}
.TagClassName
{
border-color: #FAC2FD;
}
</style>