Shades of Snuff #F4C1F8
Tints of Snuff #F4C1F8
RGB
CMYK
RGB Variations
Color information
#F4C1F8 (or 0xF4C1F8) is known color: Snuff. HEX triplet: F4, C1 and F8. RGB value is (244,193,248). Sum of RGB (Red+Green+Blue) = 244+193+248=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 193 (75.78% from 255 or 28.18% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 248 - color contains mainly: blue. Hex color #F4C1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4C1F8 is #0B3E07. Grayscale: #D6D6D6. Windows color (decimal): -736776 or 16302580. OLE color: 16302580.
HSL color Cylindrical-coordinate representation of color #F4C1F8: hue angle of 295.64º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4C1F8 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 193 | 248 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.03 |
| HSL | 295.64º | 0.8% | 0.86% | - |
| HSV(B) | 295.64º | 0.22% | 0.97% | - |
| XYZ | 73.32 | 64.15 | 97.32 | - |
| YUV | 214.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 248 | 0.02 | 0.22 | 0 | 0.03 | 295.64 | 0.8 | 0.86 |
| Hex | F4 | C1 | F8 | 2 | 16 | 0 | 3 | 128 | 50 | 56 |
| Octal | 364 | 301 | 370 | 2 | 26 | 0 | 3 | 450 | 120 | 126 |
| Binary | 11110100 | 11000001 | 11111000 | 10 | 10110 | 0 | 11 | 100101000 | 1010000 | 1010110 |
Color Harmonies of #F4C1F8
Complementary color
Monochromatic Colors of #F4C1F8
Black with #F4C1F8
Text Example
Text Example
White with #F4C1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C1F8; }
p { color: rgb(244,193,248); }
H1.HeaderClassName
{
color: #F4C1F8;
}
.AnyTagClassName
{
color: #F4C1F8;
}
</style>
background-color css
<style>
a { background-color: #F4C1F8; }
a { background-color: rgb(244,193,248); }
div.DivClassName
{
background-color: #F4C1F8;
}
.BgClassName
{
background-color: #F4C1F8;
}
</style>
border-color css
<style>
span { border-color: #F4C1F8; }
span { border-color: rgb(244,193,248); }
td.TdClassName
{
border-color: #F4C1F8;
}
.TagClassName
{
border-color: #F4C1F8;
}
</style>