Shades of Snuff #FBCDF4
Tints of Snuff #FBCDF4
RGB
CMYK
RGB Variations
Color information
#FBCDF4 (or 0xFBCDF4) is known color: Snuff. HEX triplet: FB, CD and F4. RGB value is (251,205,244). Sum of RGB (Red+Green+Blue) = 251+205+244=700 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.86% from 700); Green value is 205 (80.47% from 255 or 29.29% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDF4 is #04320B. Grayscale: #DFDFDF. Windows color (decimal): -274956 or 16043515. OLE color: 16043515.
HSL color Cylindrical-coordinate representation of color #FBCDF4: hue angle of 309.13º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCDF4 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 244 | - |
CMYK | 0 | 0.18 | 0.03 | 0.02 |
HSL | 309.13º | 0.85% | 0.89% | - |
HSV(B) | 309.13º | 0.18% | 0.98% | - |
XYZ | 77.94 | 70.7 | 95.13 | - |
YUV | 223.2 | 139.74 | 147.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 244 | 0 | 0.18 | 0.03 | 0.02 | 309.13 | 0.85 | 0.89 |
Hex | FB | CD | F4 | 0 | 12 | 3 | 2 | 135 | 55 | 59 |
Octal | 373 | 315 | 364 | 0 | 22 | 3 | 2 | 465 | 125 | 131 |
Binary | 11111011 | 11001101 | 11110100 | 0 | 10010 | 11 | 10 | 100110101 | 1010101 | 1011001 |
Color Harmonies of #FBCDF4
Complementary color
Monochromatic Colors of #FBCDF4
Black with #FBCDF4
Text Example
Text Example
White with #FBCDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDF4; }
p { color: rgb(251,205,244); }
H1.HeaderClassName
{
color: #FBCDF4;
}
.AnyTagClassName
{
color: #FBCDF4;
}
</style>
background-color css
<style>
a { background-color: #FBCDF4; }
a { background-color: rgb(251,205,244); }
div.DivClassName
{
background-color: #FBCDF4;
}
.BgClassName
{
background-color: #FBCDF4;
}
</style>
border-color css
<style>
span { border-color: #FBCDF4; }
span { border-color: rgb(251,205,244); }
td.TdClassName
{
border-color: #FBCDF4;
}
.TagClassName
{
border-color: #FBCDF4;
}
</style>