Shades of Solitude #F2F4FB
Tints of Solitude #F2F4FB
RGB
CMYK
RGB Variations
Color information
#F2F4FB (or 0xF2F4FB) is known color: Solitude. HEX triplet: F2, F4 and FB. RGB value is (242,244,251). Sum of RGB (Red+Green+Blue) = 242+244+251=737 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.84% from 737); Green value is 244 (95.70% from 255 or 33.11% from 737); Blue value is 251 (98.44% from 255 or 34.06% from 737); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2F4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F4FB is #0D0B04. Grayscale: #F4F4F4. Windows color (decimal): -854789 or 16512242. OLE color: 16512242.
HSL color Cylindrical-coordinate representation of color #F2F4FB: hue angle of 226.67º degrees, saturation: 0.53, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2F4FB is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 244 | 251 | - |
CMYK | 0.04 | 0.03 | 0 | 0.02 |
HSL | 226.67º | 0.53% | 0.97% | - |
HSV(B) | 226.67º | 0.04% | 0.98% | - |
XYZ | 86.38 | 90.54 | 104.19 | - |
YUV | 244.2 | 131.84 | 126.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 244 | 251 | 0.04 | 0.03 | 0 | 0.02 | 226.67 | 0.53 | 0.97 |
Hex | F2 | F4 | FB | 4 | 3 | 0 | 2 | E3 | 35 | 61 |
Octal | 362 | 364 | 373 | 4 | 3 | 0 | 2 | 343 | 65 | 141 |
Binary | 11110010 | 11110100 | 11111011 | 100 | 11 | 0 | 10 | 11100011 | 110101 | 1100001 |
Color Harmonies of #F2F4FB
Complementary color
Monochromatic Colors of #F2F4FB
Black with #F2F4FB
Text Example
Text Example
White with #F2F4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F4FB; }
p { color: rgb(242,244,251); }
H1.HeaderClassName
{
color: #F2F4FB;
}
.AnyTagClassName
{
color: #F2F4FB;
}
</style>
background-color css
<style>
a { background-color: #F2F4FB; }
a { background-color: rgb(242,244,251); }
div.DivClassName
{
background-color: #F2F4FB;
}
.BgClassName
{
background-color: #F2F4FB;
}
</style>
border-color css
<style>
span { border-color: #F2F4FB; }
span { border-color: rgb(242,244,251); }
td.TdClassName
{
border-color: #F2F4FB;
}
.TagClassName
{
border-color: #F2F4FB;
}
</style>