Shades of Snuff #FACDF0
Tints of Snuff #FACDF0
RGB
CMYK
RGB Variations
Color information
#FACDF0 (or 0xFACDF0) is known color: Snuff. HEX triplet: FA, CD and F0. RGB value is (250,205,240). Sum of RGB (Red+Green+Blue) = 250+205+240=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDF0 is #05320F. Grayscale: #DEDEDE. Windows color (decimal): -340496 or 15781370. OLE color: 15781370.
HSL color Cylindrical-coordinate representation of color #FACDF0: hue angle of 313.33º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACDF0 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 205 | 240 | - |
CMYK | 0 | 0.18 | 0.04 | 0.02 |
HSL | 313.33º | 0.82% | 0.89% | - |
HSV(B) | 313.33º | 0.18% | 0.98% | - |
XYZ | 76.98 | 70.28 | 91.95 | - |
YUV | 222.45 | 137.91 | 147.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 205 | 240 | 0 | 0.18 | 0.04 | 0.02 | 313.33 | 0.82 | 0.89 |
Hex | FA | CD | F0 | 0 | 12 | 4 | 2 | 139 | 52 | 59 |
Octal | 372 | 315 | 360 | 0 | 22 | 4 | 2 | 471 | 122 | 131 |
Binary | 11111010 | 11001101 | 11110000 | 0 | 10010 | 100 | 10 | 100111001 | 1010010 | 1011001 |
Color Harmonies of #FACDF0
Complementary color
Monochromatic Colors of #FACDF0
Black with #FACDF0
Text Example
Text Example
White with #FACDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDF0; }
p { color: rgb(250,205,240); }
H1.HeaderClassName
{
color: #FACDF0;
}
.AnyTagClassName
{
color: #FACDF0;
}
</style>
background-color css
<style>
a { background-color: #FACDF0; }
a { background-color: rgb(250,205,240); }
div.DivClassName
{
background-color: #FACDF0;
}
.BgClassName
{
background-color: #FACDF0;
}
</style>
border-color css
<style>
span { border-color: #FACDF0; }
span { border-color: rgb(250,205,240); }
td.TdClassName
{
border-color: #FACDF0;
}
.TagClassName
{
border-color: #FACDF0;
}
</style>