Shades of Snuff #FFC4F7
Tints of Snuff #FFC4F7
RGB
CMYK
RGB Variations
Color information
#FFC4F7 (or 0xFFC4F7) is known color: Snuff. HEX triplet: FF, C4 and F7. RGB value is (255,196,247). Sum of RGB (Red+Green+Blue) = 255+196+247=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 196 (76.95% from 255 or 28.08% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4F7 is #003B08. Grayscale: #DBDBDB. Windows color (decimal): -15113 or 16237823. OLE color: 16237823.
HSL color Cylindrical-coordinate representation of color #FFC4F7: hue angle of 308.14º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC4F7 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 247 | - |
| CMYK | 0 | 0.23 | 0.03 | 0 |
| HSL | 308.14º | 1% | 0.88% | - |
| HSV(B) | 308.14º | 0.23% | 1% | - |
| XYZ | 77.77 | 67.46 | 96.92 | - |
| YUV | 219.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 247 | 0 | 0.23 | 0.03 | 0 | 308.14 | 1 | 0.88 |
| Hex | FF | C4 | F7 | 0 | 17 | 3 | 0 | 134 | 64 | 58 |
| Octal | 377 | 304 | 367 | 0 | 27 | 3 | 0 | 464 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11110111 | 0 | 10111 | 11 | 0 | 100110100 | 1100100 | 1011000 |
Color Harmonies of #FFC4F7
Complementary color
Monochromatic Colors of #FFC4F7
Black with #FFC4F7
Text Example
Text Example
White with #FFC4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4F7; }
p { color: rgb(255,196,247); }
H1.HeaderClassName
{
color: #FFC4F7;
}
.AnyTagClassName
{
color: #FFC4F7;
}
</style>
background-color css
<style>
a { background-color: #FFC4F7; }
a { background-color: rgb(255,196,247); }
div.DivClassName
{
background-color: #FFC4F7;
}
.BgClassName
{
background-color: #FFC4F7;
}
</style>
border-color css
<style>
span { border-color: #FFC4F7; }
span { border-color: rgb(255,196,247); }
td.TdClassName
{
border-color: #FFC4F7;
}
.TagClassName
{
border-color: #FFC4F7;
}
</style>