Shades of Snuff #FFCDF5
Tints of Snuff #FFCDF5
RGB
CMYK
RGB Variations
Color information
#FFCDF5 (or 0xFFCDF5) is known color: Snuff. HEX triplet: FF, CD and F5. RGB value is (255,205,245). Sum of RGB (Red+Green+Blue) = 255+205+245=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 205 (80.47% from 255 or 29.08% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDF5 is #00320A. Grayscale: #E0E0E0. Windows color (decimal): -12811 or 16109055. OLE color: 16109055.
HSL color Cylindrical-coordinate representation of color #FFCDF5: hue angle of 312º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDF5 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 245 | - |
CMYK | 0 | 0.20 | 0.04 | 0 |
HSL | 312º | 1% | 0.9% | - |
HSV(B) | 312º | 0.2% | 1% | - |
XYZ | 79.55 | 71.52 | 96 | - |
YUV | 224.51 | 139.57 | 149.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 245 | 0 | 0.20 | 0.04 | 0 | 312 | 1 | 0.9 |
Hex | FF | CD | F5 | 0 | 14 | 4 | 0 | 138 | 64 | 5A |
Octal | 377 | 315 | 365 | 0 | 24 | 4 | 0 | 470 | 144 | 132 |
Binary | 11111111 | 11001101 | 11110101 | 0 | 10100 | 100 | 0 | 100111000 | 1100100 | 1011010 |
Color Harmonies of #FFCDF5
Complementary color
Monochromatic Colors of #FFCDF5
Black with #FFCDF5
Text Example
Text Example
White with #FFCDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDF5; }
p { color: rgb(255,205,245); }
H1.HeaderClassName
{
color: #FFCDF5;
}
.AnyTagClassName
{
color: #FFCDF5;
}
</style>
background-color css
<style>
a { background-color: #FFCDF5; }
a { background-color: rgb(255,205,245); }
div.DivClassName
{
background-color: #FFCDF5;
}
.BgClassName
{
background-color: #FFCDF5;
}
</style>
border-color css
<style>
span { border-color: #FFCDF5; }
span { border-color: rgb(255,205,245); }
td.TdClassName
{
border-color: #FFCDF5;
}
.TagClassName
{
border-color: #FFCDF5;
}
</style>