Shades of Selago #FFF8FF
Tints of Selago #FFF8FF
RGB
CMYK
RGB Variations
Color information
#FFF8FF (or 0xFFF8FF) is known color: Selago. HEX triplet: FF, F8 and FF. RGB value is (255,248,255). Sum of RGB (Red+Green+Blue) = 255+248+255=758 (100% of max value = 765). Red value is 255 (100% from 255 or 33.64% from 758); Green value is 248 (97.27% from 255 or 32.72% from 758); Blue value is 255 (100% from 255 or 33.64% from 758); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF8FF is #000700. Grayscale: #FAFAFA. Windows color (decimal): -1793 or 16775423. OLE color: 16775423.
HSL color Cylindrical-coordinate representation of color #FFF8FF: hue angle of 300º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FFF8FF is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 248 | 255 | - |
CMYK | 0 | 0.03 | 0 | 0 |
HSL | 300º | 1% | 0.99% | - |
HSV(B) | 300º | 0.03% | 1% | - |
XYZ | 92.86 | 95.61 | 108.17 | - |
YUV | 250.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 248 | 255 | 0 | 0.03 | 0 | 0 | 300 | 1 | 0.99 |
Hex | FF | F8 | FF | 0 | 3 | 0 | 0 | 12C | 64 | 63 |
Octal | 377 | 370 | 377 | 0 | 3 | 0 | 0 | 454 | 144 | 143 |
Binary | 11111111 | 11111000 | 11111111 | 0 | 11 | 0 | 0 | 100101100 | 1100100 | 1100011 |
Color Harmonies of #FFF8FF
Complementary color
Monochromatic Colors of #FFF8FF
Black with #FFF8FF
Text Example
Text Example
White with #FFF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8FF; }
p { color: rgb(255,248,255); }
H1.HeaderClassName
{
color: #FFF8FF;
}
.AnyTagClassName
{
color: #FFF8FF;
}
</style>
background-color css
<style>
a { background-color: #FFF8FF; }
a { background-color: rgb(255,248,255); }
div.DivClassName
{
background-color: #FFF8FF;
}
.BgClassName
{
background-color: #FFF8FF;
}
</style>
border-color css
<style>
span { border-color: #FFF8FF; }
span { border-color: rgb(255,248,255); }
td.TdClassName
{
border-color: #FFF8FF;
}
.TagClassName
{
border-color: #FFF8FF;
}
</style>