Shades of Snuff #FCCFF2
Tints of Snuff #FCCFF2
RGB
CMYK
RGB Variations
Color information
#FCCFF2 (or 0xFCCFF2) is known color: Snuff. HEX triplet: FC, CF and F2. RGB value is (252,207,242). Sum of RGB (Red+Green+Blue) = 252+207+242=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 207 (81.25% from 255 or 29.53% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFF2 is #03300D. Grayscale: #E0E0E0. Windows color (decimal): -208910 or 15912956. OLE color: 15912956.
HSL color Cylindrical-coordinate representation of color #FCCFF2: hue angle of 313.33º 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 #FCCFF2 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 242 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.01 |
| HSL | 313.33º | 0.88% | 0.9% | - |
| HSV(B) | 313.33º | 0.18% | 0.99% | - |
| XYZ | 78.48 | 71.73 | 93.71 | - |
| YUV | 224.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 242 | 0 | 0.18 | 0.04 | 0.01 | 313.33 | 0.88 | 0.9 |
| Hex | FC | CF | F2 | 0 | 12 | 4 | 1 | 139 | 58 | 5A |
| Octal | 374 | 317 | 362 | 0 | 22 | 4 | 1 | 471 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11110010 | 0 | 10010 | 100 | 1 | 100111001 | 1011000 | 1011010 |
Color Harmonies of #FCCFF2
Complementary color
Monochromatic Colors of #FCCFF2
Black with #FCCFF2
Text Example
Text Example
White with #FCCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFF2; }
p { color: rgb(252,207,242); }
H1.HeaderClassName
{
color: #FCCFF2;
}
.AnyTagClassName
{
color: #FCCFF2;
}
</style>
background-color css
<style>
a { background-color: #FCCFF2; }
a { background-color: rgb(252,207,242); }
div.DivClassName
{
background-color: #FCCFF2;
}
.BgClassName
{
background-color: #FCCFF2;
}
</style>
border-color css
<style>
span { border-color: #FCCFF2; }
span { border-color: rgb(252,207,242); }
td.TdClassName
{
border-color: #FCCFF2;
}
.TagClassName
{
border-color: #FCCFF2;
}
</style>