Shades of Snuff #FABEFD
Tints of Snuff #FABEFD
RGB
CMYK
RGB Variations
Color information
#FABEFD (or 0xFABEFD) is known color: Snuff. HEX triplet: FA, BE and FD. RGB value is (250,190,253). Sum of RGB (Red+Green+Blue) = 250+190+253=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 190 (74.61% from 255 or 27.42% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #FABEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEFD is #054102. Grayscale: #D6D6D6. Windows color (decimal): -344323 or 16629498. OLE color: 16629498.
HSL color Cylindrical-coordinate representation of color #FABEFD: hue angle of 297.14º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABEFD is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 190 | 253 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.01 |
| HSL | 297.14º | 0.94% | 0.87% | - |
| HSV(B) | 297.14º | 0.25% | 0.99% | - |
| XYZ | 75.57 | 64.24 | 101.35 | - |
| YUV | 215.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 190 | 253 | 0.01 | 0.25 | 0 | 0.01 | 297.14 | 0.94 | 0.87 |
| Hex | FA | BE | FD | 1 | 19 | 0 | 1 | 129 | 5E | 57 |
| Octal | 372 | 276 | 375 | 1 | 31 | 0 | 1 | 451 | 136 | 127 |
| Binary | 11111010 | 10111110 | 11111101 | 1 | 11001 | 0 | 1 | 100101001 | 1011110 | 1010111 |
Color Harmonies of #FABEFD
Complementary color
Monochromatic Colors of #FABEFD
Black with #FABEFD
Text Example
Text Example
White with #FABEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABEFD; }
p { color: rgb(250,190,253); }
H1.HeaderClassName
{
color: #FABEFD;
}
.AnyTagClassName
{
color: #FABEFD;
}
</style>
background-color css
<style>
a { background-color: #FABEFD; }
a { background-color: rgb(250,190,253); }
div.DivClassName
{
background-color: #FABEFD;
}
.BgClassName
{
background-color: #FABEFD;
}
</style>
border-color css
<style>
span { border-color: #FABEFD; }
span { border-color: rgb(250,190,253); }
td.TdClassName
{
border-color: #FABEFD;
}
.TagClassName
{
border-color: #FABEFD;
}
</style>