Shades of Snuff #FAC6FE
Tints of Snuff #FAC6FE
RGB
CMYK
RGB Variations
Color information
#FAC6FE (or 0xFAC6FE) is known color: Snuff. HEX triplet: FA, C6 and FE. RGB value is (250,198,254). Sum of RGB (Red+Green+Blue) = 250+198+254=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 198 (77.73% from 255 or 28.21% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAC6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6FE is #053901. Grayscale: #DBDBDB. Windows color (decimal): -342274 or 16697082. OLE color: 16697082.
HSL color Cylindrical-coordinate representation of color #FAC6FE: hue angle of 295.71º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC6FE is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 198 | 254 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.00 |
| HSL | 295.71º | 0.97% | 0.89% | - |
| HSV(B) | 295.71º | 0.22% | 1% | - |
| XYZ | 77.51 | 67.87 | 102.78 | - |
| YUV | 219.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 254 | 0.02 | 0.22 | 0 | 0.00 | 295.71 | 0.97 | 0.89 |
| Hex | FA | C6 | FE | 2 | 16 | 0 | 0 | 128 | 61 | 59 |
| Octal | 372 | 306 | 376 | 2 | 26 | 0 | 0 | 450 | 141 | 131 |
| Binary | 11111010 | 11000110 | 11111110 | 10 | 10110 | 0 | 0 | 100101000 | 1100001 | 1011001 |
Color Harmonies of #FAC6FE
Complementary color
Monochromatic Colors of #FAC6FE
Black with #FAC6FE
Text Example
Text Example
White with #FAC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6FE; }
p { color: rgb(250,198,254); }
H1.HeaderClassName
{
color: #FAC6FE;
}
.AnyTagClassName
{
color: #FAC6FE;
}
</style>
background-color css
<style>
a { background-color: #FAC6FE; }
a { background-color: rgb(250,198,254); }
div.DivClassName
{
background-color: #FAC6FE;
}
.BgClassName
{
background-color: #FAC6FE;
}
</style>
border-color css
<style>
span { border-color: #FAC6FE; }
span { border-color: rgb(250,198,254); }
td.TdClassName
{
border-color: #FAC6FE;
}
.TagClassName
{
border-color: #FAC6FE;
}
</style>