Shades of Snuff #FDCCF9
Tints of Snuff #FDCCF9
RGB
CMYK
RGB Variations
Color information
#FDCCF9 (or 0xFDCCF9) is known color: Snuff. HEX triplet: FD, CC and F9. RGB value is (253,204,249). Sum of RGB (Red+Green+Blue) = 253+204+249=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 204 (80.08% from 255 or 28.90% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCF9 is #023306. Grayscale: #DFDFDF. Windows color (decimal): -144135 or 16370941. OLE color: 16370941.
HSL color Cylindrical-coordinate representation of color #FDCCF9: hue angle of 304.9º 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 #FDCCF9 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 249 | - |
CMYK | 0 | 0.19 | 0.02 | 0.01 |
HSL | 304.9º | 0.92% | 0.9% | - |
HSV(B) | 304.9º | 0.19% | 0.99% | - |
XYZ | 79.2 | 70.91 | 99.13 | - |
YUV | 223.78 | 142.23 | 148.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 249 | 0 | 0.19 | 0.02 | 0.01 | 304.9 | 0.92 | 0.9 |
Hex | FD | CC | F9 | 0 | 13 | 2 | 1 | 131 | 5C | 5A |
Octal | 375 | 314 | 371 | 0 | 23 | 2 | 1 | 461 | 134 | 132 |
Binary | 11111101 | 11001100 | 11111001 | 0 | 10011 | 10 | 1 | 100110001 | 1011100 | 1011010 |
Color Harmonies of #FDCCF9
Complementary color
Monochromatic Colors of #FDCCF9
Black with #FDCCF9
Text Example
Text Example
White with #FDCCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCF9; }
p { color: rgb(253,204,249); }
H1.HeaderClassName
{
color: #FDCCF9;
}
.AnyTagClassName
{
color: #FDCCF9;
}
</style>
background-color css
<style>
a { background-color: #FDCCF9; }
a { background-color: rgb(253,204,249); }
div.DivClassName
{
background-color: #FDCCF9;
}
.BgClassName
{
background-color: #FDCCF9;
}
</style>
border-color css
<style>
span { border-color: #FDCCF9; }
span { border-color: rgb(253,204,249); }
td.TdClassName
{
border-color: #FDCCF9;
}
.TagClassName
{
border-color: #FDCCF9;
}
</style>