Shades of Seashell #FBF3EC
Tints of Seashell #FBF3EC
RGB
CMYK
RGB Variations
Color information
#FBF3EC (or 0xFBF3EC) is known color: Seashell. HEX triplet: FB, F3 and EC. RGB value is (251,243,236). Sum of RGB (Red+Green+Blue) = 251+243+236=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 236 (92.58% from 255 or 32.33% from 730); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF3EC is #040C13. Grayscale: #F4F4F4. Windows color (decimal): -265236 or 15528955. OLE color: 15528955.
HSL color Cylindrical-coordinate representation of color #FBF3EC: hue angle of 28º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBF3EC is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 236 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.02 |
| HSL | 28º | 0.65% | 0.95% | - |
| HSV(B) | 28º | 0.06% | 0.98% | - |
| XYZ | 86.97 | 90.67 | 92.27 | - |
| YUV | 244.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 236 | 0 | 0.03 | 0.06 | 0.02 | 28 | 0.65 | 0.95 |
| Hex | FB | F3 | EC | 0 | 3 | 6 | 2 | 1C | 41 | 5F |
| Octal | 373 | 363 | 354 | 0 | 3 | 6 | 2 | 34 | 101 | 137 |
| Binary | 11111011 | 11110011 | 11101100 | 0 | 11 | 110 | 10 | 11100 | 1000001 | 1011111 |
Color Harmonies of #FBF3EC
Complementary color
Monochromatic Colors of #FBF3EC
Black with #FBF3EC
Text Example
Text Example
White with #FBF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3EC; }
p { color: rgb(251,243,236); }
H1.HeaderClassName
{
color: #FBF3EC;
}
.AnyTagClassName
{
color: #FBF3EC;
}
</style>
background-color css
<style>
a { background-color: #FBF3EC; }
a { background-color: rgb(251,243,236); }
div.DivClassName
{
background-color: #FBF3EC;
}
.BgClassName
{
background-color: #FBF3EC;
}
</style>
border-color css
<style>
span { border-color: #FBF3EC; }
span { border-color: rgb(251,243,236); }
td.TdClassName
{
border-color: #FBF3EC;
}
.TagClassName
{
border-color: #FBF3EC;
}
</style>