Shades of Snuff #FACBFD
Tints of Snuff #FACBFD
RGB
CMYK
RGB Variations
Color information
#FACBFD (or 0xFACBFD) is known color: Snuff. HEX triplet: FA, CB and FD. RGB value is (250,203,253). Sum of RGB (Red+Green+Blue) = 250+203+253=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 203 (79.69% from 255 or 28.75% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #FACBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBFD is #053402. Grayscale: #DEDEDE. Windows color (decimal): -340995 or 16632826. OLE color: 16632826.
HSL color Cylindrical-coordinate representation of color #FACBFD: hue angle of 296.4º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACBFD is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 203 | 253 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.01 |
| HSL | 296.4º | 0.93% | 0.89% | - |
| HSV(B) | 296.4º | 0.2% | 0.99% | - |
| XYZ | 78.51 | 70.13 | 102.33 | - |
| YUV | 222.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 253 | 0.01 | 0.20 | 0 | 0.01 | 296.4 | 0.93 | 0.89 |
| Hex | FA | CB | FD | 1 | 14 | 0 | 1 | 128 | 5D | 59 |
| Octal | 372 | 313 | 375 | 1 | 24 | 0 | 1 | 450 | 135 | 131 |
| Binary | 11111010 | 11001011 | 11111101 | 1 | 10100 | 0 | 1 | 100101000 | 1011101 | 1011001 |
Color Harmonies of #FACBFD
Complementary color
Monochromatic Colors of #FACBFD
Black with #FACBFD
Text Example
Text Example
White with #FACBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBFD; }
p { color: rgb(250,203,253); }
H1.HeaderClassName
{
color: #FACBFD;
}
.AnyTagClassName
{
color: #FACBFD;
}
</style>
background-color css
<style>
a { background-color: #FACBFD; }
a { background-color: rgb(250,203,253); }
div.DivClassName
{
background-color: #FACBFD;
}
.BgClassName
{
background-color: #FACBFD;
}
</style>
border-color css
<style>
span { border-color: #FACBFD; }
span { border-color: rgb(250,203,253); }
td.TdClassName
{
border-color: #FACBFD;
}
.TagClassName
{
border-color: #FACBFD;
}
</style>