Shades of Snuff #F2CDEE
Tints of Snuff #F2CDEE
RGB
CMYK
RGB Variations
Color information
#F2CDEE (or 0xF2CDEE) is known color: Snuff. HEX triplet: F2, CD and EE. RGB value is (242,205,238). Sum of RGB (Red+Green+Blue) = 242+205+238=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 205 (80.47% from 255 or 29.93% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CDEE is #0D3211. Grayscale: #DBDBDB. Windows color (decimal): -864786 or 15650290. OLE color: 15650290.
HSL color Cylindrical-coordinate representation of color #F2CDEE: hue angle of 306.49º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2CDEE is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 205 | 238 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.05 |
| HSL | 306.49º | 0.59% | 0.88% | - |
| HSV(B) | 306.49º | 0.15% | 0.95% | - |
| XYZ | 73.88 | 68.71 | 90.26 | - |
| YUV | 219.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 205 | 238 | 0 | 0.15 | 0.02 | 0.05 | 306.49 | 0.59 | 0.88 |
| Hex | F2 | CD | EE | 0 | F | 2 | 5 | 132 | 3B | 58 |
| Octal | 362 | 315 | 356 | 0 | 17 | 2 | 5 | 462 | 73 | 130 |
| Binary | 11110010 | 11001101 | 11101110 | 0 | 1111 | 10 | 101 | 100110010 | 111011 | 1011000 |
Color Harmonies of #F2CDEE
Complementary color
Monochromatic Colors of #F2CDEE
Black with #F2CDEE
Text Example
Text Example
White with #F2CDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CDEE; }
p { color: rgb(242,205,238); }
H1.HeaderClassName
{
color: #F2CDEE;
}
.AnyTagClassName
{
color: #F2CDEE;
}
</style>
background-color css
<style>
a { background-color: #F2CDEE; }
a { background-color: rgb(242,205,238); }
div.DivClassName
{
background-color: #F2CDEE;
}
.BgClassName
{
background-color: #F2CDEE;
}
</style>
border-color css
<style>
span { border-color: #F2CDEE; }
span { border-color: rgb(242,205,238); }
td.TdClassName
{
border-color: #F2CDEE;
}
.TagClassName
{
border-color: #F2CDEE;
}
</style>