Shades of Snuff #FCBEFA
Tints of Snuff #FCBEFA
RGB
CMYK
RGB Variations
Color information
#FCBEFA (or 0xFCBEFA) is known color: Snuff. HEX triplet: FC, BE and FA. RGB value is (252,190,250). Sum of RGB (Red+Green+Blue) = 252+190+250=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 190 (74.61% from 255 or 27.46% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEFA is #034105. Grayscale: #D7D7D7. Windows color (decimal): -213254 or 16432892. OLE color: 16432892.
HSL color Cylindrical-coordinate representation of color #FCBEFA: hue angle of 301.94º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEFA is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 250 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.01 |
| HSL | 301.94º | 0.91% | 0.87% | - |
| HSV(B) | 301.94º | 0.25% | 0.99% | - |
| XYZ | 75.81 | 64.42 | 98.88 | - |
| YUV | 215.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 250 | 0 | 0.25 | 0.01 | 0.01 | 301.94 | 0.91 | 0.87 |
| Hex | FC | BE | FA | 0 | 19 | 1 | 1 | 12E | 5B | 57 |
| Octal | 374 | 276 | 372 | 0 | 31 | 1 | 1 | 456 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11111010 | 0 | 11001 | 1 | 1 | 100101110 | 1011011 | 1010111 |
Color Harmonies of #FCBEFA
Complementary color
Monochromatic Colors of #FCBEFA
Black with #FCBEFA
Text Example
Text Example
White with #FCBEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEFA; }
p { color: rgb(252,190,250); }
H1.HeaderClassName
{
color: #FCBEFA;
}
.AnyTagClassName
{
color: #FCBEFA;
}
</style>
background-color css
<style>
a { background-color: #FCBEFA; }
a { background-color: rgb(252,190,250); }
div.DivClassName
{
background-color: #FCBEFA;
}
.BgClassName
{
background-color: #FCBEFA;
}
</style>
border-color css
<style>
span { border-color: #FCBEFA; }
span { border-color: rgb(252,190,250); }
td.TdClassName
{
border-color: #FCBEFA;
}
.TagClassName
{
border-color: #FCBEFA;
}
</style>