Shades of Snuff #FAC5FE
Tints of Snuff #FAC5FE
RGB
CMYK
RGB Variations
Color information
#FAC5FE (or 0xFAC5FE) is known color: Snuff. HEX triplet: FA, C5 and FE. RGB value is (250,197,254). Sum of RGB (Red+Green+Blue) = 250+197+254=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 197 (77.34% from 255 or 28.10% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5FE is #053A01. Grayscale: #DBDBDB. Windows color (decimal): -342530 or 16696826. OLE color: 16696826.
HSL color Cylindrical-coordinate representation of color #FAC5FE: hue angle of 295.79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC5FE is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 197 | 254 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.00 |
| HSL | 295.79º | 0.97% | 0.88% | - |
| HSV(B) | 295.79º | 0.22% | 1% | - |
| XYZ | 77.28 | 67.41 | 102.7 | - |
| YUV | 219.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 254 | 0.02 | 0.22 | 0 | 0.00 | 295.79 | 0.97 | 0.88 |
| Hex | FA | C5 | FE | 2 | 16 | 0 | 0 | 128 | 61 | 58 |
| Octal | 372 | 305 | 376 | 2 | 26 | 0 | 0 | 450 | 141 | 130 |
| Binary | 11111010 | 11000101 | 11111110 | 10 | 10110 | 0 | 0 | 100101000 | 1100001 | 1011000 |
Color Harmonies of #FAC5FE
Complementary color
Monochromatic Colors of #FAC5FE
Black with #FAC5FE
Text Example
Text Example
White with #FAC5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5FE; }
p { color: rgb(250,197,254); }
H1.HeaderClassName
{
color: #FAC5FE;
}
.AnyTagClassName
{
color: #FAC5FE;
}
</style>
background-color css
<style>
a { background-color: #FAC5FE; }
a { background-color: rgb(250,197,254); }
div.DivClassName
{
background-color: #FAC5FE;
}
.BgClassName
{
background-color: #FAC5FE;
}
</style>
border-color css
<style>
span { border-color: #FAC5FE; }
span { border-color: rgb(250,197,254); }
td.TdClassName
{
border-color: #FAC5FE;
}
.TagClassName
{
border-color: #FAC5FE;
}
</style>