Shades of Snuff #FCCEF3
Tints of Snuff #FCCEF3
RGB
CMYK
RGB Variations
Color information
#FCCEF3 (or 0xFCCEF3) is known color: Snuff. HEX triplet: FC, CE and F3. RGB value is (252,206,243). Sum of RGB (Red+Green+Blue) = 252+206+243=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 206 (80.86% from 255 or 29.39% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEF3 is #03310C. Grayscale: #DFDFDF. Windows color (decimal): -209165 or 15978236. OLE color: 15978236.
HSL color Cylindrical-coordinate representation of color #FCCEF3: hue angle of 311.74º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEF3 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 243 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.01 |
| HSL | 311.74º | 0.88% | 0.9% | - |
| HSV(B) | 311.74º | 0.18% | 0.99% | - |
| XYZ | 78.39 | 71.31 | 94.43 | - |
| YUV | 223.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 243 | 0 | 0.18 | 0.04 | 0.01 | 311.74 | 0.88 | 0.9 |
| Hex | FC | CE | F3 | 0 | 12 | 4 | 1 | 138 | 58 | 5A |
| Octal | 374 | 316 | 363 | 0 | 22 | 4 | 1 | 470 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11110011 | 0 | 10010 | 100 | 1 | 100111000 | 1011000 | 1011010 |
Color Harmonies of #FCCEF3
Complementary color
Monochromatic Colors of #FCCEF3
Black with #FCCEF3
Text Example
Text Example
White with #FCCEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEF3; }
p { color: rgb(252,206,243); }
H1.HeaderClassName
{
color: #FCCEF3;
}
.AnyTagClassName
{
color: #FCCEF3;
}
</style>
background-color css
<style>
a { background-color: #FCCEF3; }
a { background-color: rgb(252,206,243); }
div.DivClassName
{
background-color: #FCCEF3;
}
.BgClassName
{
background-color: #FCCEF3;
}
</style>
border-color css
<style>
span { border-color: #FCCEF3; }
span { border-color: rgb(252,206,243); }
td.TdClassName
{
border-color: #FCCEF3;
}
.TagClassName
{
border-color: #FCCEF3;
}
</style>