Shades of Solitude #F1F4FC
Tints of Solitude #F1F4FC
RGB
CMYK
RGB Variations
Color information
#F1F4FC (or 0xF1F4FC) is known color: Solitude. HEX triplet: F1, F4 and FC. RGB value is (241,244,252). Sum of RGB (Red+Green+Blue) = 241+244+252=737 (97% of max value = 765). Red value is 241 (94.53% from 255 or 32.70% from 737); Green value is 244 (95.70% from 255 or 33.11% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1F4FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F4FC is #0E0B03. Grayscale: #F3F3F3. Windows color (decimal): -920324 or 16577777. OLE color: 16577777.
HSL color Cylindrical-coordinate representation of color #F1F4FC: hue angle of 223.64º degrees, saturation: 0.65, 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 #F1F4FC is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 244 | 252 | - |
CMYK | 0.04 | 0.03 | 0 | 0.01 |
HSL | 223.64º | 0.65% | 0.97% | - |
HSV(B) | 223.64º | 0.04% | 0.99% | - |
XYZ | 86.2 | 90.43 | 105.01 | - |
YUV | 244.02 | 132.51 | 125.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 244 | 252 | 0.04 | 0.03 | 0 | 0.01 | 223.64 | 0.65 | 0.97 |
Hex | F1 | F4 | FC | 4 | 3 | 0 | 1 | E0 | 41 | 61 |
Octal | 361 | 364 | 374 | 4 | 3 | 0 | 1 | 340 | 101 | 141 |
Binary | 11110001 | 11110100 | 11111100 | 100 | 11 | 0 | 1 | 11100000 | 1000001 | 1100001 |
Color Harmonies of #F1F4FC
Complementary color
Monochromatic Colors of #F1F4FC
Black with #F1F4FC
Text Example
Text Example
White with #F1F4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F4FC; }
p { color: rgb(241,244,252); }
H1.HeaderClassName
{
color: #F1F4FC;
}
.AnyTagClassName
{
color: #F1F4FC;
}
</style>
background-color css
<style>
a { background-color: #F1F4FC; }
a { background-color: rgb(241,244,252); }
div.DivClassName
{
background-color: #F1F4FC;
}
.BgClassName
{
background-color: #F1F4FC;
}
</style>
border-color css
<style>
span { border-color: #F1F4FC; }
span { border-color: rgb(241,244,252); }
td.TdClassName
{
border-color: #F1F4FC;
}
.TagClassName
{
border-color: #F1F4FC;
}
</style>