Shades of Snuff #FCCBF3
Tints of Snuff #FCCBF3
RGB
CMYK
RGB Variations
Color information
#FCCBF3 (or 0xFCCBF3) is known color: Snuff. HEX triplet: FC, CB and F3. RGB value is (252,203,243). Sum of RGB (Red+Green+Blue) = 252+203+243=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 203 (79.69% from 255 or 29.08% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBF3 is #03340C. Grayscale: #DEDEDE. Windows color (decimal): -209933 or 15977468. OLE color: 15977468.
HSL color Cylindrical-coordinate representation of color #FCCBF3: hue angle of 311.02º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBF3 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 243 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.01 |
| HSL | 311.02º | 0.89% | 0.89% | - |
| HSV(B) | 311.02º | 0.19% | 0.99% | - |
| XYZ | 77.68 | 69.88 | 94.19 | - |
| YUV | 222.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 243 | 0 | 0.19 | 0.04 | 0.01 | 311.02 | 0.89 | 0.89 |
| Hex | FC | CB | F3 | 0 | 13 | 4 | 1 | 137 | 59 | 59 |
| Octal | 374 | 313 | 363 | 0 | 23 | 4 | 1 | 467 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11110011 | 0 | 10011 | 100 | 1 | 100110111 | 1011001 | 1011001 |
Color Harmonies of #FCCBF3
Complementary color
Monochromatic Colors of #FCCBF3
Black with #FCCBF3
Text Example
Text Example
White with #FCCBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBF3; }
p { color: rgb(252,203,243); }
H1.HeaderClassName
{
color: #FCCBF3;
}
.AnyTagClassName
{
color: #FCCBF3;
}
</style>
background-color css
<style>
a { background-color: #FCCBF3; }
a { background-color: rgb(252,203,243); }
div.DivClassName
{
background-color: #FCCBF3;
}
.BgClassName
{
background-color: #FCCBF3;
}
</style>
border-color css
<style>
span { border-color: #FCCBF3; }
span { border-color: rgb(252,203,243); }
td.TdClassName
{
border-color: #FCCBF3;
}
.TagClassName
{
border-color: #FCCBF3;
}
</style>