Shades of Snuff #FADEF3
Tints of Snuff #FADEF3
RGB
CMYK
RGB Variations
Color information
#FADEF3 (or 0xFADEF3) is known color: Snuff. HEX triplet: FA, DE and F3. RGB value is (250,222,243). Sum of RGB (Red+Green+Blue) = 250+222+243=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 243 (95.31% from 255 or 33.99% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEF3 is #05210C. Grayscale: #E8E8E8. Windows color (decimal): -336141 or 15982330. OLE color: 15982330.
HSL color Cylindrical-coordinate representation of color #FADEF3: hue angle of 315º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADEF3 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 222 | 243 | - |
CMYK | 0 | 0.11 | 0.03 | 0.02 |
HSL | 315º | 0.74% | 0.93% | - |
HSV(B) | 315º | 0.11% | 0.98% | - |
XYZ | 81.72 | 79.04 | 95.74 | - |
YUV | 232.77 | 133.78 | 140.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 222 | 243 | 0 | 0.11 | 0.03 | 0.02 | 315 | 0.74 | 0.93 |
Hex | FA | DE | F3 | 0 | B | 3 | 2 | 13B | 4A | 5D |
Octal | 372 | 336 | 363 | 0 | 13 | 3 | 2 | 473 | 112 | 135 |
Binary | 11111010 | 11011110 | 11110011 | 0 | 1011 | 11 | 10 | 100111011 | 1001010 | 1011101 |
Color Harmonies of #FADEF3
Complementary color
Monochromatic Colors of #FADEF3
Black with #FADEF3
Text Example
Text Example
White with #FADEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEF3; }
p { color: rgb(250,222,243); }
H1.HeaderClassName
{
color: #FADEF3;
}
.AnyTagClassName
{
color: #FADEF3;
}
</style>
background-color css
<style>
a { background-color: #FADEF3; }
a { background-color: rgb(250,222,243); }
div.DivClassName
{
background-color: #FADEF3;
}
.BgClassName
{
background-color: #FADEF3;
}
</style>
border-color css
<style>
span { border-color: #FADEF3; }
span { border-color: rgb(250,222,243); }
td.TdClassName
{
border-color: #FADEF3;
}
.TagClassName
{
border-color: #FADEF3;
}
</style>