Shades of Snuff #FADDF4
Tints of Snuff #FADDF4
RGB
CMYK
RGB Variations
Color information
#FADDF4 (or 0xFADDF4) is known color: Snuff. HEX triplet: FA, DD and F4. RGB value is (250,221,244). Sum of RGB (Red+Green+Blue) = 250+221+244=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF4 is #05220B. Grayscale: #E8E8E8. Windows color (decimal): -336396 or 16047610. OLE color: 16047610.
HSL color Cylindrical-coordinate representation of color #FADDF4: hue angle of 312.41º 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 #FADDF4 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 221 | 244 | - |
CMYK | 0 | 0.12 | 0.02 | 0.02 |
HSL | 312.41º | 0.74% | 0.92% | - |
HSV(B) | 312.41º | 0.12% | 0.98% | - |
XYZ | 81.61 | 78.57 | 96.45 | - |
YUV | 232.29 | 134.61 | 140.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 221 | 244 | 0 | 0.12 | 0.02 | 0.02 | 312.41 | 0.74 | 0.92 |
Hex | FA | DD | F4 | 0 | C | 2 | 2 | 138 | 4A | 5C |
Octal | 372 | 335 | 364 | 0 | 14 | 2 | 2 | 470 | 112 | 134 |
Binary | 11111010 | 11011101 | 11110100 | 0 | 1100 | 10 | 10 | 100111000 | 1001010 | 1011100 |
Color Harmonies of #FADDF4
Complementary color
Monochromatic Colors of #FADDF4
Black with #FADDF4
Text Example
Text Example
White with #FADDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDF4; }
p { color: rgb(250,221,244); }
H1.HeaderClassName
{
color: #FADDF4;
}
.AnyTagClassName
{
color: #FADDF4;
}
</style>
background-color css
<style>
a { background-color: #FADDF4; }
a { background-color: rgb(250,221,244); }
div.DivClassName
{
background-color: #FADDF4;
}
.BgClassName
{
background-color: #FADDF4;
}
</style>
border-color css
<style>
span { border-color: #FADDF4; }
span { border-color: rgb(250,221,244); }
td.TdClassName
{
border-color: #FADDF4;
}
.TagClassName
{
border-color: #FADDF4;
}
</style>