Shades of Selago #FFF6FF
Tints of Selago #FFF6FF
RGB
CMYK
RGB Variations
Color information
#FFF6FF (or 0xFFF6FF) is known color: Selago. HEX triplet: FF, F6 and FF. RGB value is (255,246,255). Sum of RGB (Red+Green+Blue) = 255+246+255=756 (100% of max value = 765). Red value is 255 (100% from 255 or 33.73% from 756); Green value is 246 (96.48% from 255 or 32.54% from 756); Blue value is 255 (100% from 255 or 33.73% from 756); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6FF is #000900. Grayscale: #F9F9F9. Windows color (decimal): -2305 or 16774911. OLE color: 16774911.
HSL color Cylindrical-coordinate representation of color #FFF6FF: hue angle of 300º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFF6FF is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 246 | 255 | - |
CMYK | 0 | 0.04 | 0 | 0 |
HSL | 300º | 1% | 0.98% | - |
HSV(B) | 300º | 0.04% | 1% | - |
XYZ | 92.25 | 94.39 | 107.97 | - |
YUV | 249.72 | 130.98 | 131.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 246 | 255 | 0 | 0.04 | 0 | 0 | 300 | 1 | 0.98 |
Hex | FF | F6 | FF | 0 | 4 | 0 | 0 | 12C | 64 | 62 |
Octal | 377 | 366 | 377 | 0 | 4 | 0 | 0 | 454 | 144 | 142 |
Binary | 11111111 | 11110110 | 11111111 | 0 | 100 | 0 | 0 | 100101100 | 1100100 | 1100010 |
Color Harmonies of #FFF6FF
Complementary color
Monochromatic Colors of #FFF6FF
Black with #FFF6FF
Text Example
Text Example
White with #FFF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6FF; }
p { color: rgb(255,246,255); }
H1.HeaderClassName
{
color: #FFF6FF;
}
.AnyTagClassName
{
color: #FFF6FF;
}
</style>
background-color css
<style>
a { background-color: #FFF6FF; }
a { background-color: rgb(255,246,255); }
div.DivClassName
{
background-color: #FFF6FF;
}
.BgClassName
{
background-color: #FFF6FF;
}
</style>
border-color css
<style>
span { border-color: #FFF6FF; }
span { border-color: rgb(255,246,255); }
td.TdClassName
{
border-color: #FFF6FF;
}
.TagClassName
{
border-color: #FFF6FF;
}
</style>