Shades of Snuff #FCDEF5
Tints of Snuff #FCDEF5
RGB
CMYK
RGB Variations
Color information
#FCDEF5 (or 0xFCDEF5) is known color: Snuff. HEX triplet: FC, DE and F5. RGB value is (252,222,245). Sum of RGB (Red+Green+Blue) = 252+222+245=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 222 (87.11% from 255 or 30.88% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEF5 is #03210A. Grayscale: #E9E9E9. Windows color (decimal): -205067 or 16113404. OLE color: 16113404.
HSL color Cylindrical-coordinate representation of color #FCDEF5: hue angle of 314º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDEF5 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 245 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.01 |
| HSL | 314º | 0.83% | 0.93% | - |
| HSV(B) | 314º | 0.12% | 0.99% | - |
| XYZ | 82.75 | 79.53 | 97.38 | - |
| YUV | 233.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 245 | 0 | 0.12 | 0.03 | 0.01 | 314 | 0.83 | 0.93 |
| Hex | FC | DE | F5 | 0 | C | 3 | 1 | 13A | 53 | 5D |
| Octal | 374 | 336 | 365 | 0 | 14 | 3 | 1 | 472 | 123 | 135 |
| Binary | 11111100 | 11011110 | 11110101 | 0 | 1100 | 11 | 1 | 100111010 | 1010011 | 1011101 |
Color Harmonies of #FCDEF5
Complementary color
Monochromatic Colors of #FCDEF5
Black with #FCDEF5
Text Example
Text Example
White with #FCDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDEF5; }
p { color: rgb(252,222,245); }
H1.HeaderClassName
{
color: #FCDEF5;
}
.AnyTagClassName
{
color: #FCDEF5;
}
</style>
background-color css
<style>
a { background-color: #FCDEF5; }
a { background-color: rgb(252,222,245); }
div.DivClassName
{
background-color: #FCDEF5;
}
.BgClassName
{
background-color: #FCDEF5;
}
</style>
border-color css
<style>
span { border-color: #FCDEF5; }
span { border-color: rgb(252,222,245); }
td.TdClassName
{
border-color: #FCDEF5;
}
.TagClassName
{
border-color: #FCDEF5;
}
</style>