Shades of Selago #FFFDFF
Tints of Selago #FFFDFF
RGB
CMYK
RGB Variations
Color information
#FFFDFF (or 0xFFFDFF) is known color: Selago. HEX triplet: FF, FD and FF. RGB value is (255,253,255). Sum of RGB (Red+Green+Blue) = 255+253+255=763 (101% of max value = 765). Red value is 255 (100% from 255 or 33.42% from 763); Green value is 253 (99.22% from 255 or 33.16% from 763); Blue value is 255 (100% from 255 or 33.42% from 763); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDFF is #000200. Grayscale: #FDFDFD. Windows color (decimal): -513 or 16776703. OLE color: 16776703.
HSL color Cylindrical-coordinate representation of color #FFFDFF: hue angle of 300º degrees, saturation: 1, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FFFDFF is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 255 | - |
CMYK | 0 | 0.01 | 0 | 0 |
HSL | 300º | 1% | 1% | - |
HSV(B) | 300º | 0.01% | 1% | - |
XYZ | 94.42 | 98.73 | 108.69 | - |
YUV | 253.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 255 | 0 | 0.01 | 0 | 0 | 300 | 1 | 1 |
Hex | FF | FD | FF | 0 | 1 | 0 | 0 | 12C | 64 | 64 |
Octal | 377 | 375 | 377 | 0 | 1 | 0 | 0 | 454 | 144 | 144 |
Binary | 11111111 | 11111101 | 11111111 | 0 | 1 | 0 | 0 | 100101100 | 1100100 | 1100100 |
Color Harmonies of #FFFDFF
Complementary color
Monochromatic Colors of #FFFDFF
Black with #FFFDFF
Text Example
Text Example
White with #FFFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDFF; }
p { color: rgb(255,253,255); }
H1.HeaderClassName
{
color: #FFFDFF;
}
.AnyTagClassName
{
color: #FFFDFF;
}
</style>
background-color css
<style>
a { background-color: #FFFDFF; }
a { background-color: rgb(255,253,255); }
div.DivClassName
{
background-color: #FFFDFF;
}
.BgClassName
{
background-color: #FFFDFF;
}
</style>
border-color css
<style>
span { border-color: #FFFDFF; }
span { border-color: rgb(255,253,255); }
td.TdClassName
{
border-color: #FFFDFF;
}
.TagClassName
{
border-color: #FFFDFF;
}
</style>