Shades of Snuff #FAC4FE
Tints of Snuff #FAC4FE
RGB
CMYK
RGB Variations
Color information
#FAC4FE (or 0xFAC4FE) is known color: Snuff. HEX triplet: FA, C4 and FE. RGB value is (250,196,254). Sum of RGB (Red+Green+Blue) = 250+196+254=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 196 (76.95% from 255 or 28% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4FE is #053B01. Grayscale: #DADADA. Windows color (decimal): -342786 or 16696570. OLE color: 16696570.
HSL color Cylindrical-coordinate representation of color #FAC4FE: hue angle of 295.86º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC4FE is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 196 | 254 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.00 |
| HSL | 295.86º | 0.97% | 0.88% | - |
| HSV(B) | 295.86º | 0.23% | 1% | - |
| XYZ | 77.05 | 66.96 | 102.63 | - |
| YUV | 218.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 254 | 0.02 | 0.23 | 0 | 0.00 | 295.86 | 0.97 | 0.88 |
| Hex | FA | C4 | FE | 2 | 17 | 0 | 0 | 128 | 61 | 58 |
| Octal | 372 | 304 | 376 | 2 | 27 | 0 | 0 | 450 | 141 | 130 |
| Binary | 11111010 | 11000100 | 11111110 | 10 | 10111 | 0 | 0 | 100101000 | 1100001 | 1011000 |
Color Harmonies of #FAC4FE
Complementary color
Monochromatic Colors of #FAC4FE
Black with #FAC4FE
Text Example
Text Example
White with #FAC4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4FE; }
p { color: rgb(250,196,254); }
H1.HeaderClassName
{
color: #FAC4FE;
}
.AnyTagClassName
{
color: #FAC4FE;
}
</style>
background-color css
<style>
a { background-color: #FAC4FE; }
a { background-color: rgb(250,196,254); }
div.DivClassName
{
background-color: #FAC4FE;
}
.BgClassName
{
background-color: #FAC4FE;
}
</style>
border-color css
<style>
span { border-color: #FAC4FE; }
span { border-color: rgb(250,196,254); }
td.TdClassName
{
border-color: #FAC4FE;
}
.TagClassName
{
border-color: #FAC4FE;
}
</style>