Shades of Solitude #F2F5FD
Tints of Solitude #F2F5FD
RGB
CMYK
RGB Variations
Color information
#F2F5FD (or 0xF2F5FD) is known color: Solitude. HEX triplet: F2, F5 and FD. RGB value is (242,245,253). Sum of RGB (Red+Green+Blue) = 242+245+253=740 (98% of max value = 765). Red value is 242 (94.92% from 255 or 32.70% from 740); Green value is 245 (96.09% from 255 or 33.11% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2F5FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F5FD is #0D0A02. Grayscale: #F4F4F4. Windows color (decimal): -854531 or 16643570. OLE color: 16643570.
HSL color Cylindrical-coordinate representation of color #F2F5FD: hue angle of 223.64º degrees, saturation: 0.73, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2F5FD is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 245 | 253 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.01 |
| HSL | 223.64º | 0.73% | 0.97% | - |
| HSV(B) | 223.64º | 0.04% | 0.99% | - |
| XYZ | 87 | 91.27 | 105.96 | - |
| YUV | 245.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 245 | 253 | 0.04 | 0.03 | 0 | 0.01 | 223.64 | 0.73 | 0.97 |
| Hex | F2 | F5 | FD | 4 | 3 | 0 | 1 | E0 | 49 | 61 |
| Octal | 362 | 365 | 375 | 4 | 3 | 0 | 1 | 340 | 111 | 141 |
| Binary | 11110010 | 11110101 | 11111101 | 100 | 11 | 0 | 1 | 11100000 | 1001001 | 1100001 |
Color Harmonies of #F2F5FD
Complementary color
Monochromatic Colors of #F2F5FD
Black with #F2F5FD
Text Example
Text Example
White with #F2F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F5FD; }
p { color: rgb(242,245,253); }
H1.HeaderClassName
{
color: #F2F5FD;
}
.AnyTagClassName
{
color: #F2F5FD;
}
</style>
background-color css
<style>
a { background-color: #F2F5FD; }
a { background-color: rgb(242,245,253); }
div.DivClassName
{
background-color: #F2F5FD;
}
.BgClassName
{
background-color: #F2F5FD;
}
</style>
border-color css
<style>
span { border-color: #F2F5FD; }
span { border-color: rgb(242,245,253); }
td.TdClassName
{
border-color: #F2F5FD;
}
.TagClassName
{
border-color: #F2F5FD;
}
</style>