Shades of Snuff #F4DCEE
Tints of Snuff #F4DCEE
RGB
CMYK
RGB Variations
Color information
#F4DCEE (or 0xF4DCEE) is known color: Snuff. HEX triplet: F4, DC and EE. RGB value is (244,220,238). Sum of RGB (Red+Green+Blue) = 244+220+238=702 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.76% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCEE is #0B2311. Grayscale: #E5E5E5. Windows color (decimal): -729874 or 15654132. OLE color: 15654132.
HSL color Cylindrical-coordinate representation of color #F4DCEE: hue angle of 315º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DCEE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 238 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.04 |
| HSL | 315º | 0.52% | 0.91% | - |
| HSV(B) | 315º | 0.1% | 0.96% | - |
| XYZ | 78.33 | 76.59 | 91.54 | - |
| YUV | 229.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 238 | 0 | 0.10 | 0.02 | 0.04 | 315 | 0.52 | 0.91 |
| Hex | F4 | DC | EE | 0 | A | 2 | 4 | 13B | 34 | 5B |
| Octal | 364 | 334 | 356 | 0 | 12 | 2 | 4 | 473 | 64 | 133 |
| Binary | 11110100 | 11011100 | 11101110 | 0 | 1010 | 10 | 100 | 100111011 | 110100 | 1011011 |
Color Harmonies of #F4DCEE
Complementary color
Monochromatic Colors of #F4DCEE
Black with #F4DCEE
Text Example
Text Example
White with #F4DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DCEE; }
p { color: rgb(244,220,238); }
H1.HeaderClassName
{
color: #F4DCEE;
}
.AnyTagClassName
{
color: #F4DCEE;
}
</style>
background-color css
<style>
a { background-color: #F4DCEE; }
a { background-color: rgb(244,220,238); }
div.DivClassName
{
background-color: #F4DCEE;
}
.BgClassName
{
background-color: #F4DCEE;
}
</style>
border-color css
<style>
span { border-color: #F4DCEE; }
span { border-color: rgb(244,220,238); }
td.TdClassName
{
border-color: #F4DCEE;
}
.TagClassName
{
border-color: #F4DCEE;
}
</style>