Shades of Snuff #FADDF3
Tints of Snuff #FADDF3
RGB
CMYK
RGB Variations
Color information
#FADDF3 (or 0xFADDF3) is known color: Snuff. HEX triplet: FA, DD and F3. RGB value is (250,221,243). Sum of RGB (Red+Green+Blue) = 250+221+243=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 243 (95.31% from 255 or 34.03% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF3 is #05220C. Grayscale: #E8E8E8. Windows color (decimal): -336397 or 15982074. OLE color: 15982074.
HSL color Cylindrical-coordinate representation of color #FADDF3: hue angle of 314.48º degrees, saturation: 0.74, 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 #FADDF3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 221 | 243 | - |
CMYK | 0 | 0.12 | 0.03 | 0.02 |
HSL | 314.48º | 0.74% | 0.92% | - |
HSV(B) | 314.48º | 0.12% | 0.98% | - |
XYZ | 81.46 | 78.51 | 95.65 | - |
YUV | 232.18 | 134.11 | 140.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 221 | 243 | 0 | 0.12 | 0.03 | 0.02 | 314.48 | 0.74 | 0.92 |
Hex | FA | DD | F3 | 0 | C | 3 | 2 | 13A | 4A | 5C |
Octal | 372 | 335 | 363 | 0 | 14 | 3 | 2 | 472 | 112 | 134 |
Binary | 11111010 | 11011101 | 11110011 | 0 | 1100 | 11 | 10 | 100111010 | 1001010 | 1011100 |
Color Harmonies of #FADDF3
Complementary color
Monochromatic Colors of #FADDF3
Black with #FADDF3
Text Example
Text Example
White with #FADDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDF3; }
p { color: rgb(250,221,243); }
H1.HeaderClassName
{
color: #FADDF3;
}
.AnyTagClassName
{
color: #FADDF3;
}
</style>
background-color css
<style>
a { background-color: #FADDF3; }
a { background-color: rgb(250,221,243); }
div.DivClassName
{
background-color: #FADDF3;
}
.BgClassName
{
background-color: #FADDF3;
}
</style>
border-color css
<style>
span { border-color: #FADDF3; }
span { border-color: rgb(250,221,243); }
td.TdClassName
{
border-color: #FADDF3;
}
.TagClassName
{
border-color: #FADDF3;
}
</style>