Shades of Snuff #F2CFF3
Tints of Snuff #F2CFF3
RGB
CMYK
RGB Variations
Color information
#F2CFF3 (or 0xF2CFF3) is known color: Snuff. HEX triplet: F2, CF and F3. RGB value is (242,207,243). Sum of RGB (Red+Green+Blue) = 242+207+243=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2CFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFF3 is #0D300C. Grayscale: #DDDDDD. Windows color (decimal): -864269 or 15978482. OLE color: 15978482.
HSL color Cylindrical-coordinate representation of color #F2CFF3: hue angle of 298.33º degrees, saturation: 0.6, 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 #F2CFF3 is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 243 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.05 |
| HSL | 298.33º | 0.6% | 0.88% | - |
| HSV(B) | 298.33º | 0.15% | 0.95% | - |
| XYZ | 75.11 | 69.97 | 94.34 | - |
| YUV | 221.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 243 | 0.00 | 0.15 | 0 | 0.05 | 298.33 | 0.6 | 0.88 |
| Hex | F2 | CF | F3 | 0 | F | 0 | 5 | 12A | 3C | 58 |
| Octal | 362 | 317 | 363 | 0 | 17 | 0 | 5 | 452 | 74 | 130 |
| Binary | 11110010 | 11001111 | 11110011 | 0 | 1111 | 0 | 101 | 100101010 | 111100 | 1011000 |
Color Harmonies of #F2CFF3
Complementary color
Monochromatic Colors of #F2CFF3
Black with #F2CFF3
Text Example
Text Example
White with #F2CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFF3; }
p { color: rgb(242,207,243); }
H1.HeaderClassName
{
color: #F2CFF3;
}
.AnyTagClassName
{
color: #F2CFF3;
}
</style>
background-color css
<style>
a { background-color: #F2CFF3; }
a { background-color: rgb(242,207,243); }
div.DivClassName
{
background-color: #F2CFF3;
}
.BgClassName
{
background-color: #F2CFF3;
}
</style>
border-color css
<style>
span { border-color: #F2CFF3; }
span { border-color: rgb(242,207,243); }
td.TdClassName
{
border-color: #F2CFF3;
}
.TagClassName
{
border-color: #F2CFF3;
}
</style>