Shades of Solitude #F1F5FD
Tints of Solitude #F1F5FD
RGB
CMYK
RGB Variations
Color information
#F1F5FD (or 0xF1F5FD) is known color: Solitude. HEX triplet: F1, F5 and FD. RGB value is (241,245,253). Sum of RGB (Red+Green+Blue) = 241+245+253=739 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.61% from 739); Green value is 245 (96.09% from 255 or 33.15% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1F5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F5FD is #0E0A02. Grayscale: #F4F4F4. Windows color (decimal): -920067 or 16643569. OLE color: 16643569.
HSL color Cylindrical-coordinate representation of color #F1F5FD: hue angle of 220º degrees, saturation: 0.75, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F1F5FD is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 245 | 253 | - |
CMYK | 0.05 | 0.03 | 0 | 0.01 |
HSL | 220º | 0.75% | 0.97% | - |
HSV(B) | 220º | 0.05% | 0.99% | - |
XYZ | 86.66 | 91.1 | 105.94 | - |
YUV | 244.72 | 132.67 | 125.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 245 | 253 | 0.05 | 0.03 | 0 | 0.01 | 220 | 0.75 | 0.97 |
Hex | F1 | F5 | FD | 5 | 3 | 0 | 1 | DC | 4B | 61 |
Octal | 361 | 365 | 375 | 5 | 3 | 0 | 1 | 334 | 113 | 141 |
Binary | 11110001 | 11110101 | 11111101 | 101 | 11 | 0 | 1 | 11011100 | 1001011 | 1100001 |
Color Harmonies of #F1F5FD
Complementary color
Monochromatic Colors of #F1F5FD
Black with #F1F5FD
Text Example
Text Example
White with #F1F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F5FD; }
p { color: rgb(241,245,253); }
H1.HeaderClassName
{
color: #F1F5FD;
}
.AnyTagClassName
{
color: #F1F5FD;
}
</style>
background-color css
<style>
a { background-color: #F1F5FD; }
a { background-color: rgb(241,245,253); }
div.DivClassName
{
background-color: #F1F5FD;
}
.BgClassName
{
background-color: #F1F5FD;
}
</style>
border-color css
<style>
span { border-color: #F1F5FD; }
span { border-color: rgb(241,245,253); }
td.TdClassName
{
border-color: #F1F5FD;
}
.TagClassName
{
border-color: #F1F5FD;
}
</style>