Shades of Solitude #F0F3FC
Tints of Solitude #F0F3FC
RGB
CMYK
RGB Variations
Color information
#F0F3FC (or 0xF0F3FC) is known color: Solitude. HEX triplet: F0, F3 and FC. RGB value is (240,243,252). Sum of RGB (Red+Green+Blue) = 240+243+252=735 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.65% from 735); Green value is 243 (95.31% from 255 or 33.06% from 735); Blue value is 252 (98.83% from 255 or 34.29% from 735); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0F3FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F3FC is #0F0C03. Grayscale: #F3F3F3. Windows color (decimal): -986116 or 16577520. OLE color: 16577520.
HSL color Cylindrical-coordinate representation of color #F0F3FC: hue angle of 225º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0F3FC is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 243 | 252 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.01 |
| HSL | 225º | 0.67% | 0.96% | - |
| HSV(B) | 225º | 0.05% | 0.99% | - |
| XYZ | 85.56 | 89.65 | 104.89 | - |
| YUV | 243.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 252 | 0.05 | 0.04 | 0 | 0.01 | 225 | 0.67 | 0.96 |
| Hex | F0 | F3 | FC | 5 | 4 | 0 | 1 | E1 | 43 | 60 |
| Octal | 360 | 363 | 374 | 5 | 4 | 0 | 1 | 341 | 103 | 140 |
| Binary | 11110000 | 11110011 | 11111100 | 101 | 100 | 0 | 1 | 11100001 | 1000011 | 1100000 |
Color Harmonies of #F0F3FC
Complementary color
Monochromatic Colors of #F0F3FC
Black with #F0F3FC
Text Example
Text Example
White with #F0F3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3FC; }
p { color: rgb(240,243,252); }
H1.HeaderClassName
{
color: #F0F3FC;
}
.AnyTagClassName
{
color: #F0F3FC;
}
</style>
background-color css
<style>
a { background-color: #F0F3FC; }
a { background-color: rgb(240,243,252); }
div.DivClassName
{
background-color: #F0F3FC;
}
.BgClassName
{
background-color: #F0F3FC;
}
</style>
border-color css
<style>
span { border-color: #F0F3FC; }
span { border-color: rgb(240,243,252); }
td.TdClassName
{
border-color: #F0F3FC;
}
.TagClassName
{
border-color: #F0F3FC;
}
</style>