Shades of Snuff #FFC7F4
Tints of Snuff #FFC7F4
RGB
CMYK
RGB Variations
Color information
#FFC7F4 (or 0xFFC7F4) is known color: Snuff. HEX triplet: FF, C7 and F4. RGB value is (255,199,244). Sum of RGB (Red+Green+Blue) = 255+199+244=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 199 (78.12% from 255 or 28.51% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7F4 is #00380B. Grayscale: #DCDCDC. Windows color (decimal): -14348 or 16041983. OLE color: 16041983.
HSL color Cylindrical-coordinate representation of color #FFC7F4: hue angle of 311.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7F4 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 244 | - |
| CMYK | 0 | 0.22 | 0.04 | 0 |
| HSL | 311.79º | 1% | 0.89% | - |
| HSV(B) | 311.79º | 0.22% | 1% | - |
| XYZ | 77.99 | 68.64 | 94.73 | - |
| YUV | 220.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 244 | 0 | 0.22 | 0.04 | 0 | 311.79 | 1 | 0.89 |
| Hex | FF | C7 | F4 | 0 | 16 | 4 | 0 | 138 | 64 | 59 |
| Octal | 377 | 307 | 364 | 0 | 26 | 4 | 0 | 470 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11110100 | 0 | 10110 | 100 | 0 | 100111000 | 1100100 | 1011001 |
Color Harmonies of #FFC7F4
Complementary color
Monochromatic Colors of #FFC7F4
Black with #FFC7F4
Text Example
Text Example
White with #FFC7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7F4; }
p { color: rgb(255,199,244); }
H1.HeaderClassName
{
color: #FFC7F4;
}
.AnyTagClassName
{
color: #FFC7F4;
}
</style>
background-color css
<style>
a { background-color: #FFC7F4; }
a { background-color: rgb(255,199,244); }
div.DivClassName
{
background-color: #FFC7F4;
}
.BgClassName
{
background-color: #FFC7F4;
}
</style>
border-color css
<style>
span { border-color: #FFC7F4; }
span { border-color: rgb(255,199,244); }
td.TdClassName
{
border-color: #FFC7F4;
}
.TagClassName
{
border-color: #FFC7F4;
}
</style>