Shades of Snuff #F4CFF2
Tints of Snuff #F4CFF2
RGB
CMYK
RGB Variations
Color information
#F4CFF2 (or 0xF4CFF2) is known color: Snuff. HEX triplet: F4, CF and F2. RGB value is (244,207,242). Sum of RGB (Red+Green+Blue) = 244+207+242=693 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.21% from 693); Green value is 207 (81.25% from 255 or 29.87% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4CFF2 is #0B300D. Grayscale: #DDDDDD. Windows color (decimal): -733198 or 15912948. OLE color: 15912948.
HSL color Cylindrical-coordinate representation of color #F4CFF2: hue angle of 303.24º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4CFF2 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 207 | 242 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.04 |
| HSL | 303.24º | 0.63% | 0.88% | - |
| HSV(B) | 303.24º | 0.15% | 0.96% | - |
| XYZ | 75.65 | 70.27 | 93.58 | - |
| YUV | 222.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 207 | 242 | 0 | 0.15 | 0.01 | 0.04 | 303.24 | 0.63 | 0.88 |
| Hex | F4 | CF | F2 | 0 | F | 1 | 4 | 12F | 3F | 58 |
| Octal | 364 | 317 | 362 | 0 | 17 | 1 | 4 | 457 | 77 | 130 |
| Binary | 11110100 | 11001111 | 11110010 | 0 | 1111 | 1 | 100 | 100101111 | 111111 | 1011000 |
Color Harmonies of #F4CFF2
Complementary color
Monochromatic Colors of #F4CFF2
Black with #F4CFF2
Text Example
Text Example
White with #F4CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CFF2; }
p { color: rgb(244,207,242); }
H1.HeaderClassName
{
color: #F4CFF2;
}
.AnyTagClassName
{
color: #F4CFF2;
}
</style>
background-color css
<style>
a { background-color: #F4CFF2; }
a { background-color: rgb(244,207,242); }
div.DivClassName
{
background-color: #F4CFF2;
}
.BgClassName
{
background-color: #F4CFF2;
}
</style>
border-color css
<style>
span { border-color: #F4CFF2; }
span { border-color: rgb(244,207,242); }
td.TdClassName
{
border-color: #F4CFF2;
}
.TagClassName
{
border-color: #F4CFF2;
}
</style>