Shades of Snuff #FCCDF4
Tints of Snuff #FCCDF4
RGB
CMYK
RGB Variations
Color information
#FCCDF4 (or 0xFCCDF4) is known color: Snuff. HEX triplet: FC, CD and F4. RGB value is (252,205,244). Sum of RGB (Red+Green+Blue) = 252+205+244=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 205 (80.47% from 255 or 29.24% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF4 is #03320B. Grayscale: #DFDFDF. Windows color (decimal): -209420 or 16043516. OLE color: 16043516.
HSL color Cylindrical-coordinate representation of color #FCCDF4: hue angle of 310.21º degrees, saturation: 0.89, 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 #FCCDF4 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 205 | 244 | - |
CMYK | 0 | 0.19 | 0.03 | 0.01 |
HSL | 310.21º | 0.89% | 0.9% | - |
HSV(B) | 310.21º | 0.19% | 0.99% | - |
XYZ | 78.31 | 70.89 | 95.14 | - |
YUV | 223.5 | 139.57 | 148.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 205 | 244 | 0 | 0.19 | 0.03 | 0.01 | 310.21 | 0.89 | 0.9 |
Hex | FC | CD | F4 | 0 | 13 | 3 | 1 | 136 | 59 | 5A |
Octal | 374 | 315 | 364 | 0 | 23 | 3 | 1 | 466 | 131 | 132 |
Binary | 11111100 | 11001101 | 11110100 | 0 | 10011 | 11 | 1 | 100110110 | 1011001 | 1011010 |
Color Harmonies of #FCCDF4
Complementary color
Monochromatic Colors of #FCCDF4
Black with #FCCDF4
Text Example
Text Example
White with #FCCDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDF4; }
p { color: rgb(252,205,244); }
H1.HeaderClassName
{
color: #FCCDF4;
}
.AnyTagClassName
{
color: #FCCDF4;
}
</style>
background-color css
<style>
a { background-color: #FCCDF4; }
a { background-color: rgb(252,205,244); }
div.DivClassName
{
background-color: #FCCDF4;
}
.BgClassName
{
background-color: #FCCDF4;
}
</style>
border-color css
<style>
span { border-color: #FCCDF4; }
span { border-color: rgb(252,205,244); }
td.TdClassName
{
border-color: #FCCDF4;
}
.TagClassName
{
border-color: #FCCDF4;
}
</style>