Shades of Snuff #F4CCF0
Tints of Snuff #F4CCF0
RGB
CMYK
RGB Variations
Color information
#F4CCF0 (or 0xF4CCF0) is known color: Snuff. HEX triplet: F4, CC and F0. RGB value is (244,204,240). Sum of RGB (Red+Green+Blue) = 244+204+240=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 204 (80.08% from 255 or 29.65% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CCF0 is #0B330F. Grayscale: #DBDBDB. Windows color (decimal): -733968 or 15781108. OLE color: 15781108.
HSL color Cylindrical-coordinate representation of color #F4CCF0: hue angle of 306º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F4CCF0 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 240 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.04 |
| HSL | 306º | 0.65% | 0.88% | - |
| HSV(B) | 306º | 0.16% | 0.96% | - |
| XYZ | 74.63 | 68.71 | 91.77 | - |
| YUV | 220.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 240 | 0 | 0.16 | 0.02 | 0.04 | 306 | 0.65 | 0.88 |
| Hex | F4 | CC | F0 | 0 | 10 | 2 | 4 | 132 | 41 | 58 |
| Octal | 364 | 314 | 360 | 0 | 20 | 2 | 4 | 462 | 101 | 130 |
| Binary | 11110100 | 11001100 | 11110000 | 0 | 10000 | 10 | 100 | 100110010 | 1000001 | 1011000 |
Color Harmonies of #F4CCF0
Complementary color
Monochromatic Colors of #F4CCF0
Black with #F4CCF0
Text Example
Text Example
White with #F4CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CCF0; }
p { color: rgb(244,204,240); }
H1.HeaderClassName
{
color: #F4CCF0;
}
.AnyTagClassName
{
color: #F4CCF0;
}
</style>
background-color css
<style>
a { background-color: #F4CCF0; }
a { background-color: rgb(244,204,240); }
div.DivClassName
{
background-color: #F4CCF0;
}
.BgClassName
{
background-color: #F4CCF0;
}
</style>
border-color css
<style>
span { border-color: #F4CCF0; }
span { border-color: rgb(244,204,240); }
td.TdClassName
{
border-color: #F4CCF0;
}
.TagClassName
{
border-color: #F4CCF0;
}
</style>