Shades of Snuff #F6CDEE
Tints of Snuff #F6CDEE
RGB
CMYK
RGB Variations
Color information
#F6CDEE (or 0xF6CDEE) is known color: Snuff. HEX triplet: F6, CD and EE. RGB value is (246,205,238). Sum of RGB (Red+Green+Blue) = 246+205+238=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CDEE is #093211. Grayscale: #DCDCDC. Windows color (decimal): -602642 or 15650294. OLE color: 15650294.
HSL color Cylindrical-coordinate representation of color #F6CDEE: hue angle of 311.71º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CDEE is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 246 | 205 | 238 | - |
CMYK | 0 | 0.17 | 0.03 | 0.04 |
HSL | 311.71º | 0.69% | 0.88% | - |
HSV(B) | 311.71º | 0.17% | 0.96% | - |
XYZ | 75.27 | 69.43 | 90.32 | - |
YUV | 221.02 | 137.58 | 145.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 205 | 238 | 0 | 0.17 | 0.03 | 0.04 | 311.71 | 0.69 | 0.88 |
Hex | F6 | CD | EE | 0 | 11 | 3 | 4 | 138 | 45 | 58 |
Octal | 366 | 315 | 356 | 0 | 21 | 3 | 4 | 470 | 105 | 130 |
Binary | 11110110 | 11001101 | 11101110 | 0 | 10001 | 11 | 100 | 100111000 | 1000101 | 1011000 |
Color Harmonies of #F6CDEE
Complementary color
Monochromatic Colors of #F6CDEE
Black with #F6CDEE
Text Example
Text Example
White with #F6CDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDEE; }
p { color: rgb(246,205,238); }
H1.HeaderClassName
{
color: #F6CDEE;
}
.AnyTagClassName
{
color: #F6CDEE;
}
</style>
background-color css
<style>
a { background-color: #F6CDEE; }
a { background-color: rgb(246,205,238); }
div.DivClassName
{
background-color: #F6CDEE;
}
.BgClassName
{
background-color: #F6CDEE;
}
</style>
border-color css
<style>
span { border-color: #F6CDEE; }
span { border-color: rgb(246,205,238); }
td.TdClassName
{
border-color: #F6CDEE;
}
.TagClassName
{
border-color: #F6CDEE;
}
</style>