Shades of Snuff #FDCEF3
Tints of Snuff #FDCEF3
RGB
CMYK
RGB Variations
Color information
#FDCEF3 (or 0xFDCEF3) is known color: Snuff. HEX triplet: FD, CE and F3. RGB value is (253,206,243). Sum of RGB (Red+Green+Blue) = 253+206+243=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 206 (80.86% from 255 or 29.34% from 702); Blue value is 243 (95.31% from 255 or 34.62% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEF3 is #02310C. Grayscale: #E0E0E0. Windows color (decimal): -143629 or 15978237. OLE color: 15978237.
HSL color Cylindrical-coordinate representation of color #FDCEF3: hue angle of 312.77º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCEF3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 243 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.01 |
| HSL | 312.77º | 0.92% | 0.9% | - |
| HSV(B) | 312.77º | 0.19% | 0.99% | - |
| XYZ | 78.76 | 71.5 | 94.44 | - |
| YUV | 224.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 243 | 0 | 0.19 | 0.04 | 0.01 | 312.77 | 0.92 | 0.9 |
| Hex | FD | CE | F3 | 0 | 13 | 4 | 1 | 139 | 5C | 5A |
| Octal | 375 | 316 | 363 | 0 | 23 | 4 | 1 | 471 | 134 | 132 |
| Binary | 11111101 | 11001110 | 11110011 | 0 | 10011 | 100 | 1 | 100111001 | 1011100 | 1011010 |
Color Harmonies of #FDCEF3
Complementary color
Monochromatic Colors of #FDCEF3
Black with #FDCEF3
Text Example
Text Example
White with #FDCEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEF3; }
p { color: rgb(253,206,243); }
H1.HeaderClassName
{
color: #FDCEF3;
}
.AnyTagClassName
{
color: #FDCEF3;
}
</style>
background-color css
<style>
a { background-color: #FDCEF3; }
a { background-color: rgb(253,206,243); }
div.DivClassName
{
background-color: #FDCEF3;
}
.BgClassName
{
background-color: #FDCEF3;
}
</style>
border-color css
<style>
span { border-color: #FDCEF3; }
span { border-color: rgb(253,206,243); }
td.TdClassName
{
border-color: #FDCEF3;
}
.TagClassName
{
border-color: #FDCEF3;
}
</style>