#fbf0f0 color RGB value is (251,240,240)
#fbf0f0 color CMYK value
#fbf0f0 color HSL value
HSV(or HSB) | 0° | 4.4 | 98.4 |
XYZ | 86.672 | 89.121 | 95.072 |
Yxy | 0.32 | 0.329 | 89.121 |
LAB | 95.631 | 3.693 | 1.308 |
LUV | 95.631 | 6.286 | 1.339 |
Hunter-LAB | 94.404 | -1.326 | 6.373 |
CIE-LCH | 95.631 | 3.918 | 19.506 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | FB | F0 | F0 |
Decimal | 251 | 240 | 240 |
Octal | 373 | 360 | 360 |
Binary | 11111011 | 11110000 | 11110000 |
Below, you can see some colors close to #fbf0f0. 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 #fbf0f0.
<span style="color:#fbf0f0">Text here</span>
This paragraph has a background color of #fbf0f0.
<p style="background-color:#fbf0f0;">Content here</p>
This element has a border color of #fbf0f0.
<div style="border:1px #fbf0f0;">Content here</div>
.text {color:#fbf0f0;}
.background {background-color:#fbf0f0;}
.border {border:1px solid #fbf0f0;}
.text-shadow {border:1px solid #fbf0f0;}
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, #020000 is the darkest color, while #fbf0f0 is the lightest one.