Shades of Selago #FFF1FF
Tints of Selago #FFF1FF
RGB
CMYK
RGB Variations
Color information
#FFF1FF (or 0xFFF1FF) is known color: Selago. HEX triplet: FF, F1 and FF. RGB value is (255,241,255). Sum of RGB (Red+Green+Blue) = 255+241+255=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 241 (94.53% from 255 or 32.09% from 751); Blue value is 255 (100% from 255 or 33.95% from 751); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF1FF is #000E00. Grayscale: #F6F6F6. Windows color (decimal): -3585 or 16773631. OLE color: 16773631.
HSL color Cylindrical-coordinate representation of color #FFF1FF: hue angle of 300º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFF1FF is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 241 | 255 | - |
CMYK | 0 | 0.05 | 0 | 0 |
HSL | 300º | 1% | 0.97% | - |
HSV(B) | 300º | 0.05% | 1% | - |
XYZ | 90.75 | 91.39 | 107.47 | - |
YUV | 246.78 | 132.64 | 133.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 241 | 255 | 0 | 0.05 | 0 | 0 | 300 | 1 | 0.97 |
Hex | FF | F1 | FF | 0 | 5 | 0 | 0 | 12C | 64 | 61 |
Octal | 377 | 361 | 377 | 0 | 5 | 0 | 0 | 454 | 144 | 141 |
Binary | 11111111 | 11110001 | 11111111 | 0 | 101 | 0 | 0 | 100101100 | 1100100 | 1100001 |
Color Harmonies of #FFF1FF
Complementary color
Monochromatic Colors of #FFF1FF
Black with #FFF1FF
Text Example
Text Example
White with #FFF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF1FF; }
p { color: rgb(255,241,255); }
H1.HeaderClassName
{
color: #FFF1FF;
}
.AnyTagClassName
{
color: #FFF1FF;
}
</style>
background-color css
<style>
a { background-color: #FFF1FF; }
a { background-color: rgb(255,241,255); }
div.DivClassName
{
background-color: #FFF1FF;
}
.BgClassName
{
background-color: #FFF1FF;
}
</style>
border-color css
<style>
span { border-color: #FFF1FF; }
span { border-color: rgb(255,241,255); }
td.TdClassName
{
border-color: #FFF1FF;
}
.TagClassName
{
border-color: #FFF1FF;
}
</style>