Shades of Snuff #FAC5FD
Tints of Snuff #FAC5FD
RGB
CMYK
RGB Variations
Color information
#FAC5FD (or 0xFAC5FD) is known color: Snuff. HEX triplet: FA, C5 and FD. RGB value is (250,197,253). Sum of RGB (Red+Green+Blue) = 250+197+253=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 197 (77.34% from 255 or 28.14% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAC5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC5FD is #053A02. Grayscale: #DBDBDB. Windows color (decimal): -342531 or 16631290. OLE color: 16631290.
HSL color Cylindrical-coordinate representation of color #FAC5FD: hue angle of 296.79º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC5FD is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 197 | 253 | - |
CMYK | 0.01 | 0.22 | 0 | 0.01 |
HSL | 296.79º | 0.93% | 0.88% | - |
HSV(B) | 296.79º | 0.22% | 0.99% | - |
XYZ | 77.12 | 67.35 | 101.86 | - |
YUV | 219.23 | 147.06 | 149.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 197 | 253 | 0.01 | 0.22 | 0 | 0.01 | 296.79 | 0.93 | 0.88 |
Hex | FA | C5 | FD | 1 | 16 | 0 | 1 | 129 | 5D | 58 |
Octal | 372 | 305 | 375 | 1 | 26 | 0 | 1 | 451 | 135 | 130 |
Binary | 11111010 | 11000101 | 11111101 | 1 | 10110 | 0 | 1 | 100101001 | 1011101 | 1011000 |
Color Harmonies of #FAC5FD
Complementary color
Monochromatic Colors of #FAC5FD
Black with #FAC5FD
Text Example
Text Example
White with #FAC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5FD; }
p { color: rgb(250,197,253); }
H1.HeaderClassName
{
color: #FAC5FD;
}
.AnyTagClassName
{
color: #FAC5FD;
}
</style>
background-color css
<style>
a { background-color: #FAC5FD; }
a { background-color: rgb(250,197,253); }
div.DivClassName
{
background-color: #FAC5FD;
}
.BgClassName
{
background-color: #FAC5FD;
}
</style>
border-color css
<style>
span { border-color: #FAC5FD; }
span { border-color: rgb(250,197,253); }
td.TdClassName
{
border-color: #FAC5FD;
}
.TagClassName
{
border-color: #FAC5FD;
}
</style>