Shades of Selago #FFFBFF
Tints of Selago #FFFBFF
RGB
CMYK
RGB Variations
Color information
#FFFBFF (or 0xFFFBFF) is known color: Selago. HEX triplet: FF, FB and FF. RGB value is (255,251,255). Sum of RGB (Red+Green+Blue) = 255+251+255=761 (100% of max value = 765). Red value is 255 (100% from 255 or 33.51% from 761); Green value is 251 (98.44% from 255 or 32.98% from 761); Blue value is 255 (100% from 255 or 33.51% from 761); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFBFF is #000400. Grayscale: #FCFCFC. Windows color (decimal): -1025 or 16776191. OLE color: 16776191.
HSL color Cylindrical-coordinate representation of color #FFFBFF: 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 #FFFBFF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 255 | - |
| CMYK | 0 | 0.02 | 0 | 0 |
| HSL | 300º | 1% | 0.99% | - |
| HSV(B) | 300º | 0.02% | 1% | - |
| XYZ | 93.79 | 97.47 | 108.48 | - |
| YUV | 252.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 255 | 0 | 0.02 | 0 | 0 | 300 | 1 | 0.99 |
| Hex | FF | FB | FF | 0 | 2 | 0 | 0 | 12C | 64 | 63 |
| Octal | 377 | 373 | 377 | 0 | 2 | 0 | 0 | 454 | 144 | 143 |
| Binary | 11111111 | 11111011 | 11111111 | 0 | 10 | 0 | 0 | 100101100 | 1100100 | 1100011 |
Color Harmonies of #FFFBFF
Complementary color
Monochromatic Colors of #FFFBFF
Black with #FFFBFF
Text Example
Text Example
White with #FFFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBFF; }
p { color: rgb(255,251,255); }
H1.HeaderClassName
{
color: #FFFBFF;
}
.AnyTagClassName
{
color: #FFFBFF;
}
</style>
background-color css
<style>
a { background-color: #FFFBFF; }
a { background-color: rgb(255,251,255); }
div.DivClassName
{
background-color: #FFFBFF;
}
.BgClassName
{
background-color: #FFFBFF;
}
</style>
border-color css
<style>
span { border-color: #FFFBFF; }
span { border-color: rgb(255,251,255); }
td.TdClassName
{
border-color: #FFFBFF;
}
.TagClassName
{
border-color: #FFFBFF;
}
</style>