Shades of Snuff #F2CBEA
Tints of Snuff #F2CBEA
RGB
CMYK
RGB Variations
Color information
#F2CBEA (or 0xF2CBEA) is known color: Snuff. HEX triplet: F2, CB and EA. RGB value is (242,203,234). Sum of RGB (Red+Green+Blue) = 242+203+234=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CBEA is #0D3415. Grayscale: #DADADA. Windows color (decimal): -865302 or 15387634. OLE color: 15387634.
HSL color Cylindrical-coordinate representation of color #F2CBEA: hue angle of 312.31º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2CBEA is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 203 | 234 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.05 |
| HSL | 312.31º | 0.6% | 0.87% | - |
| HSV(B) | 312.31º | 0.16% | 0.95% | - |
| XYZ | 72.83 | 67.53 | 87.04 | - |
| YUV | 218.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 203 | 234 | 0 | 0.16 | 0.03 | 0.05 | 312.31 | 0.6 | 0.87 |
| Hex | F2 | CB | EA | 0 | 10 | 3 | 5 | 138 | 3C | 57 |
| Octal | 362 | 313 | 352 | 0 | 20 | 3 | 5 | 470 | 74 | 127 |
| Binary | 11110010 | 11001011 | 11101010 | 0 | 10000 | 11 | 101 | 100111000 | 111100 | 1010111 |
Color Harmonies of #F2CBEA
Complementary color
Monochromatic Colors of #F2CBEA
Black with #F2CBEA
Text Example
Text Example
White with #F2CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CBEA; }
p { color: rgb(242,203,234); }
H1.HeaderClassName
{
color: #F2CBEA;
}
.AnyTagClassName
{
color: #F2CBEA;
}
</style>
background-color css
<style>
a { background-color: #F2CBEA; }
a { background-color: rgb(242,203,234); }
div.DivClassName
{
background-color: #F2CBEA;
}
.BgClassName
{
background-color: #F2CBEA;
}
</style>
border-color css
<style>
span { border-color: #F2CBEA; }
span { border-color: rgb(242,203,234); }
td.TdClassName
{
border-color: #F2CBEA;
}
.TagClassName
{
border-color: #F2CBEA;
}
</style>