Shades of Selago #FFFAFF
Tints of Selago #FFFAFF
RGB
CMYK
RGB Variations
Color information
#FFFAFF (or 0xFFFAFF) is known color: Selago. HEX triplet: FF, FA and FF. RGB value is (255,250,255). Sum of RGB (Red+Green+Blue) = 255+250+255=760 (100% of max value = 765). Red value is 255 (100% from 255 or 33.55% from 760); Green value is 250 (98.05% from 255 or 32.89% from 760); Blue value is 255 (100% from 255 or 33.55% from 760); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAFF is #000500. Grayscale: #FCFCFC. Windows color (decimal): -1281 or 16775935. OLE color: 16775935.
HSL color Cylindrical-coordinate representation of color #FFFAFF: 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 #FFFAFF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 250 | 255 | - |
CMYK | 0 | 0.02 | 0 | 0 |
HSL | 300º | 1% | 0.99% | - |
HSV(B) | 300º | 0.02% | 1% | - |
XYZ | 93.48 | 96.85 | 108.38 | - |
YUV | 252.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 250 | 255 | 0 | 0.02 | 0 | 0 | 300 | 1 | 0.99 |
Hex | FF | FA | FF | 0 | 2 | 0 | 0 | 12C | 64 | 63 |
Octal | 377 | 372 | 377 | 0 | 2 | 0 | 0 | 454 | 144 | 143 |
Binary | 11111111 | 11111010 | 11111111 | 0 | 10 | 0 | 0 | 100101100 | 1100100 | 1100011 |
Color Harmonies of #FFFAFF
Complementary color
Monochromatic Colors of #FFFAFF
Black with #FFFAFF
Text Example
Text Example
White with #FFFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAFF; }
p { color: rgb(255,250,255); }
H1.HeaderClassName
{
color: #FFFAFF;
}
.AnyTagClassName
{
color: #FFFAFF;
}
</style>
background-color css
<style>
a { background-color: #FFFAFF; }
a { background-color: rgb(255,250,255); }
div.DivClassName
{
background-color: #FFFAFF;
}
.BgClassName
{
background-color: #FFFAFF;
}
</style>
border-color css
<style>
span { border-color: #FFFAFF; }
span { border-color: rgb(255,250,255); }
td.TdClassName
{
border-color: #FFFAFF;
}
.TagClassName
{
border-color: #FFFAFF;
}
</style>