Shades of Seashell #FBF2ED
Tints of Seashell #FBF2ED
RGB
CMYK
RGB Variations
Color information
#FBF2ED (or 0xFBF2ED) is known color: Seashell. HEX triplet: FB, F2 and ED. RGB value is (251,242,237). Sum of RGB (Red+Green+Blue) = 251+242+237=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 242 (94.92% from 255 or 33.15% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF2ED is #040D12. Grayscale: #F4F4F4. Windows color (decimal): -265491 or 15594235. OLE color: 15594235.
HSL color Cylindrical-coordinate representation of color #FBF2ED: hue angle of 21.43º degrees, saturation: 0.64, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FBF2ED is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 242 | 237 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.02 |
| HSL | 21.43º | 0.64% | 0.96% | - |
| HSV(B) | 21.43º | 0.06% | 0.98% | - |
| XYZ | 86.82 | 90.13 | 92.94 | - |
| YUV | 244.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 242 | 237 | 0 | 0.04 | 0.06 | 0.02 | 21.43 | 0.64 | 0.96 |
| Hex | FB | F2 | ED | 0 | 4 | 6 | 2 | 15 | 40 | 60 |
| Octal | 373 | 362 | 355 | 0 | 4 | 6 | 2 | 25 | 100 | 140 |
| Binary | 11111011 | 11110010 | 11101101 | 0 | 100 | 110 | 10 | 10101 | 1000000 | 1100000 |
Color Harmonies of #FBF2ED
Complementary color
Monochromatic Colors of #FBF2ED
Black with #FBF2ED
Text Example
Text Example
White with #FBF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF2ED; }
p { color: rgb(251,242,237); }
H1.HeaderClassName
{
color: #FBF2ED;
}
.AnyTagClassName
{
color: #FBF2ED;
}
</style>
background-color css
<style>
a { background-color: #FBF2ED; }
a { background-color: rgb(251,242,237); }
div.DivClassName
{
background-color: #FBF2ED;
}
.BgClassName
{
background-color: #FBF2ED;
}
</style>
border-color css
<style>
span { border-color: #FBF2ED; }
span { border-color: rgb(251,242,237); }
td.TdClassName
{
border-color: #FBF2ED;
}
.TagClassName
{
border-color: #FBF2ED;
}
</style>