Shades of Selago #FFF9FF
Tints of Selago #FFF9FF
RGB
CMYK
RGB Variations
Color information
#FFF9FF (or 0xFFF9FF) is known color: Selago. HEX triplet: FF, F9 and FF. RGB value is (255,249,255). Sum of RGB (Red+Green+Blue) = 255+249+255=759 (100% of max value = 765). Red value is 255 (100% from 255 or 33.60% from 759); Green value is 249 (97.66% from 255 or 32.81% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF9FF is #000600. Grayscale: #FBFBFB. Windows color (decimal): -1537 or 16775679. OLE color: 16775679.
HSL color Cylindrical-coordinate representation of color #FFF9FF: hue angle of 300º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFF9FF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 255 | - |
| CMYK | 0 | 0.02 | 0 | 0 |
| HSL | 300º | 1% | 0.99% | - |
| HSV(B) | 300º | 0.02% | 1% | - |
| XYZ | 93.17 | 96.23 | 108.27 | - |
| YUV | 251.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 255 | 0 | 0.02 | 0 | 0 | 300 | 1 | 0.99 |
| Hex | FF | F9 | FF | 0 | 2 | 0 | 0 | 12C | 64 | 63 |
| Octal | 377 | 371 | 377 | 0 | 2 | 0 | 0 | 454 | 144 | 143 |
| Binary | 11111111 | 11111001 | 11111111 | 0 | 10 | 0 | 0 | 100101100 | 1100100 | 1100011 |
Color Harmonies of #FFF9FF
Complementary color
Monochromatic Colors of #FFF9FF
Black with #FFF9FF
Text Example
Text Example
White with #FFF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9FF; }
p { color: rgb(255,249,255); }
H1.HeaderClassName
{
color: #FFF9FF;
}
.AnyTagClassName
{
color: #FFF9FF;
}
</style>
background-color css
<style>
a { background-color: #FFF9FF; }
a { background-color: rgb(255,249,255); }
div.DivClassName
{
background-color: #FFF9FF;
}
.BgClassName
{
background-color: #FFF9FF;
}
</style>
border-color css
<style>
span { border-color: #FFF9FF; }
span { border-color: rgb(255,249,255); }
td.TdClassName
{
border-color: #FFF9FF;
}
.TagClassName
{
border-color: #FFF9FF;
}
</style>