Shades of Snuff #FADFF4
Tints of Snuff #FADFF4
RGB
CMYK
RGB Variations
Color information
#FADFF4 (or 0xFADFF4) is known color: Snuff. HEX triplet: FA, DF and F4. RGB value is (250,223,244). Sum of RGB (Red+Green+Blue) = 250+223+244=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 223 (87.5% from 255 or 31.10% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF4 is #05200B. Grayscale: #E9E9E9. Windows color (decimal): -335884 or 16048122. OLE color: 16048122.
HSL color Cylindrical-coordinate representation of color #FADFF4: hue angle of 313.33º degrees, saturation: 0.73, 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 #FADFF4 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 244 | - |
CMYK | 0 | 0.11 | 0.02 | 0.02 |
HSL | 313.33º | 0.73% | 0.93% | - |
HSV(B) | 313.33º | 0.11% | 0.98% | - |
XYZ | 82.14 | 79.63 | 96.63 | - |
YUV | 233.47 | 133.95 | 139.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 244 | 0 | 0.11 | 0.02 | 0.02 | 313.33 | 0.73 | 0.93 |
Hex | FA | DF | F4 | 0 | B | 2 | 2 | 139 | 49 | 5D |
Octal | 372 | 337 | 364 | 0 | 13 | 2 | 2 | 471 | 111 | 135 |
Binary | 11111010 | 11011111 | 11110100 | 0 | 1011 | 10 | 10 | 100111001 | 1001001 | 1011101 |
Color Harmonies of #FADFF4
Complementary color
Monochromatic Colors of #FADFF4
Black with #FADFF4
Text Example
Text Example
White with #FADFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFF4; }
p { color: rgb(250,223,244); }
H1.HeaderClassName
{
color: #FADFF4;
}
.AnyTagClassName
{
color: #FADFF4;
}
</style>
background-color css
<style>
a { background-color: #FADFF4; }
a { background-color: rgb(250,223,244); }
div.DivClassName
{
background-color: #FADFF4;
}
.BgClassName
{
background-color: #FADFF4;
}
</style>
border-color css
<style>
span { border-color: #FADFF4; }
span { border-color: rgb(250,223,244); }
td.TdClassName
{
border-color: #FADFF4;
}
.TagClassName
{
border-color: #FADFF4;
}
</style>