Shades of Selago #FFF5FF
Tints of Selago #FFF5FF
RGB
CMYK
RGB Variations
Color information
#FFF5FF (or 0xFFF5FF) is known color: Selago. HEX triplet: FF, F5 and FF. RGB value is (255,245,255). Sum of RGB (Red+Green+Blue) = 255+245+255=755 (100% of max value = 765). Red value is 255 (100% from 255 or 33.77% from 755); Green value is 245 (96.09% from 255 or 32.45% from 755); Blue value is 255 (100% from 255 or 33.77% from 755); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF5FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5FF is #000A00. Grayscale: #F9F9F9. Windows color (decimal): -2561 or 16774655. OLE color: 16774655.
HSL color Cylindrical-coordinate representation of color #FFF5FF: 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 #FFF5FF is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 255 | - |
| CMYK | 0 | 0.04 | 0 | 0 |
| HSL | 300º | 1% | 0.98% | - |
| HSV(B) | 300º | 0.04% | 1% | - |
| XYZ | 91.94 | 93.78 | 107.86 | - |
| YUV | 249.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 255 | 0 | 0.04 | 0 | 0 | 300 | 1 | 0.98 |
| Hex | FF | F5 | FF | 0 | 4 | 0 | 0 | 12C | 64 | 62 |
| Octal | 377 | 365 | 377 | 0 | 4 | 0 | 0 | 454 | 144 | 142 |
| Binary | 11111111 | 11110101 | 11111111 | 0 | 100 | 0 | 0 | 100101100 | 1100100 | 1100010 |
Color Harmonies of #FFF5FF
Complementary color
Monochromatic Colors of #FFF5FF
Black with #FFF5FF
Text Example
Text Example
White with #FFF5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5FF; }
p { color: rgb(255,245,255); }
H1.HeaderClassName
{
color: #FFF5FF;
}
.AnyTagClassName
{
color: #FFF5FF;
}
</style>
background-color css
<style>
a { background-color: #FFF5FF; }
a { background-color: rgb(255,245,255); }
div.DivClassName
{
background-color: #FFF5FF;
}
.BgClassName
{
background-color: #FFF5FF;
}
</style>
border-color css
<style>
span { border-color: #FFF5FF; }
span { border-color: rgb(255,245,255); }
td.TdClassName
{
border-color: #FFF5FF;
}
.TagClassName
{
border-color: #FFF5FF;
}
</style>