Shades of Snuff #FEBFFF
Tints of Snuff #FEBFFF
RGB
CMYK
RGB Variations
Color information
#FEBFFF (or 0xFEBFFF) is known color: Snuff. HEX triplet: FE, BF and FF. RGB value is (254,191,255). Sum of RGB (Red+Green+Blue) = 254+191+255=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 191 (75% from 255 or 27.29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBFFF is #014000. Grayscale: #D8D8D8. Windows color (decimal): -81921 or 16760830. OLE color: 16760830.
HSL color Cylindrical-coordinate representation of color #FEBFFF: hue angle of 299.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBFFF is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 191 | 255 | - |
| CMYK | 0.00 | 0.25 | 0 | 0 |
| HSL | 299.06º | 1% | 0.87% | - |
| HSV(B) | 299.06º | 0.25% | 1% | - |
| XYZ | 77.55 | 65.55 | 103.17 | - |
| YUV | 217.13 | 149.37 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 255 | 0.00 | 0.25 | 0 | 0 | 299.06 | 1 | 0.87 |
| Hex | FE | BF | FF | 0 | 19 | 0 | 0 | 12B | 64 | 57 |
| Octal | 376 | 277 | 377 | 0 | 31 | 0 | 0 | 453 | 144 | 127 |
| Binary | 11111110 | 10111111 | 11111111 | 0 | 11001 | 0 | 0 | 100101011 | 1100100 | 1010111 |
Color Harmonies of #FEBFFF
Complementary color
Monochromatic Colors of #FEBFFF
Black with #FEBFFF
Text Example
Text Example
White with #FEBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFFF; }
p { color: rgb(254,191,255); }
H1.HeaderClassName
{
color: #FEBFFF;
}
.AnyTagClassName
{
color: #FEBFFF;
}
</style>
background-color css
<style>
a { background-color: #FEBFFF; }
a { background-color: rgb(254,191,255); }
div.DivClassName
{
background-color: #FEBFFF;
}
.BgClassName
{
background-color: #FEBFFF;
}
</style>
border-color css
<style>
span { border-color: #FEBFFF; }
span { border-color: rgb(254,191,255); }
td.TdClassName
{
border-color: #FEBFFF;
}
.TagClassName
{
border-color: #FEBFFF;
}
</style>