Shades of Snuff #FFCDFB
Tints of Snuff #FFCDFB
RGB
CMYK
RGB Variations
Color information
#FFCDFB (or 0xFFCDFB) is known color: Snuff. HEX triplet: FF, CD and FB. RGB value is (255,205,251). Sum of RGB (Red+Green+Blue) = 255+205+251=711 (94% of max value = 765). Red value is 255 (100% from 255 or 35.86% from 711); Green value is 205 (80.47% from 255 or 28.83% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDFB is #003204. Grayscale: #E1E1E1. Windows color (decimal): -12805 or 16502271. OLE color: 16502271.
HSL color Cylindrical-coordinate representation of color #FFCDFB: hue angle of 304.8º 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 #FFCDFB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 251 | - |
CMYK | 0 | 0.20 | 0.02 | 0 |
HSL | 304.8º | 1% | 0.9% | - |
HSV(B) | 304.8º | 0.2% | 1% | - |
XYZ | 80.48 | 71.89 | 100.9 | - |
YUV | 225.19 | 142.57 | 149.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 251 | 0 | 0.20 | 0.02 | 0 | 304.8 | 1 | 0.9 |
Hex | FF | CD | FB | 0 | 14 | 2 | 0 | 131 | 64 | 5A |
Octal | 377 | 315 | 373 | 0 | 24 | 2 | 0 | 461 | 144 | 132 |
Binary | 11111111 | 11001101 | 11111011 | 0 | 10100 | 10 | 0 | 100110001 | 1100100 | 1011010 |
Color Harmonies of #FFCDFB
Complementary color
Monochromatic Colors of #FFCDFB
Black with #FFCDFB
Text Example
Text Example
White with #FFCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDFB; }
p { color: rgb(255,205,251); }
H1.HeaderClassName
{
color: #FFCDFB;
}
.AnyTagClassName
{
color: #FFCDFB;
}
</style>
background-color css
<style>
a { background-color: #FFCDFB; }
a { background-color: rgb(255,205,251); }
div.DivClassName
{
background-color: #FFCDFB;
}
.BgClassName
{
background-color: #FFCDFB;
}
</style>
border-color css
<style>
span { border-color: #FFCDFB; }
span { border-color: rgb(255,205,251); }
td.TdClassName
{
border-color: #FFCDFB;
}
.TagClassName
{
border-color: #FFCDFB;
}
</style>