Shades of Snuff #FADCF3
Tints of Snuff #FADCF3
RGB
CMYK
RGB Variations
Color information
#FADCF3 (or 0xFADCF3) is known color: Snuff. HEX triplet: FA, DC and F3. RGB value is (250,220,243). Sum of RGB (Red+Green+Blue) = 250+220+243=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 243 (95.31% from 255 or 34.08% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF3 is #05230C. Grayscale: #E7E7E7. Windows color (decimal): -336653 or 15981818. OLE color: 15981818.
HSL color Cylindrical-coordinate representation of color #FADCF3: hue angle of 314º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADCF3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 220 | 243 | - |
CMYK | 0 | 0.12 | 0.03 | 0.02 |
HSL | 314º | 0.75% | 0.92% | - |
HSV(B) | 314º | 0.12% | 0.98% | - |
XYZ | 81.2 | 77.98 | 95.57 | - |
YUV | 231.59 | 134.44 | 141.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 220 | 243 | 0 | 0.12 | 0.03 | 0.02 | 314 | 0.75 | 0.92 |
Hex | FA | DC | F3 | 0 | C | 3 | 2 | 13A | 4B | 5C |
Octal | 372 | 334 | 363 | 0 | 14 | 3 | 2 | 472 | 113 | 134 |
Binary | 11111010 | 11011100 | 11110011 | 0 | 1100 | 11 | 10 | 100111010 | 1001011 | 1011100 |
Color Harmonies of #FADCF3
Complementary color
Monochromatic Colors of #FADCF3
Black with #FADCF3
Text Example
Text Example
White with #FADCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCF3; }
p { color: rgb(250,220,243); }
H1.HeaderClassName
{
color: #FADCF3;
}
.AnyTagClassName
{
color: #FADCF3;
}
</style>
background-color css
<style>
a { background-color: #FADCF3; }
a { background-color: rgb(250,220,243); }
div.DivClassName
{
background-color: #FADCF3;
}
.BgClassName
{
background-color: #FADCF3;
}
</style>
border-color css
<style>
span { border-color: #FADCF3; }
span { border-color: rgb(250,220,243); }
td.TdClassName
{
border-color: #FADCF3;
}
.TagClassName
{
border-color: #FADCF3;
}
</style>