#f2f2fb color RGB value is (242,242,251)
#f2f2fb color CMYK value
#f2f2fb color HSL value
HSV(or HSB) | 240° | 3.6 | 98.4 |
XYZ | 85.783 | 89.347 | 103.991 |
Yxy | 0.307 | 0.32 | 89.347 |
LAB | 95.725 | 1.623 | -4.329 |
LUV | 95.725 | -0.505 | -7.037 |
Hunter-LAB | 94.523 | -3.422 | 0.938 |
CIE-LCH | 95.725 | 4.624 | 290.549 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | F2 | F2 | FB |
Decimal | 242 | 242 | 251 |
Octal | 362 | 362 | 373 |
Binary | 11110010 | 11110010 | 11111011 |
Below, you can see some colors close to #f2f2fb. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #f2f2fb.
<span style="color:#f2f2fb">Text here</span>
This paragraph has a background color of #f2f2fb.
<p style="background-color:#f2f2fb;">Content here</p>
This element has a border color of #f2f2fb.
<div style="border:1px #f2f2fb;">Content here</div>
.text {color:#f2f2fb;}
.background {background-color:#f2f2fb;}
.border {border:1px solid #f2f2fb;}
.text-shadow {border:1px solid #f2f2fb;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010103 is the darkest color, while #f2f2fb is the lightest one.