Shades of Seashell #FBF3ED
Tints of Seashell #FBF3ED
RGB
CMYK
RGB Variations
Color information
#FBF3ED (or 0xFBF3ED) is known color: Seashell. HEX triplet: FB, F3 and ED. RGB value is (251,243,237). Sum of RGB (Red+Green+Blue) = 251+243+237=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 243 (95.31% from 255 or 33.24% from 731); Blue value is 237 (92.97% from 255 or 32.42% from 731); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF3ED is #040C12. Grayscale: #F4F4F4. Windows color (decimal): -265235 or 15594491. OLE color: 15594491.
HSL color Cylindrical-coordinate representation of color #FBF3ED: hue angle of 25.71º 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 #FBF3ED is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 243 | 237 | - |
CMYK | 0 | 0.03 | 0.06 | 0.02 |
HSL | 25.71º | 0.64% | 0.96% | - |
HSV(B) | 25.71º | 0.06% | 0.98% | - |
XYZ | 87.12 | 90.72 | 93.04 | - |
YUV | 244.71 | 123.65 | 132.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 243 | 237 | 0 | 0.03 | 0.06 | 0.02 | 25.71 | 0.64 | 0.96 |
Hex | FB | F3 | ED | 0 | 3 | 6 | 2 | 1A | 40 | 60 |
Octal | 373 | 363 | 355 | 0 | 3 | 6 | 2 | 32 | 100 | 140 |
Binary | 11111011 | 11110011 | 11101101 | 0 | 11 | 110 | 10 | 11010 | 1000000 | 1100000 |
Color Harmonies of #FBF3ED
Complementary color
Monochromatic Colors of #FBF3ED
Black with #FBF3ED
Text Example
Text Example
White with #FBF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3ED; }
p { color: rgb(251,243,237); }
H1.HeaderClassName
{
color: #FBF3ED;
}
.AnyTagClassName
{
color: #FBF3ED;
}
</style>
background-color css
<style>
a { background-color: #FBF3ED; }
a { background-color: rgb(251,243,237); }
div.DivClassName
{
background-color: #FBF3ED;
}
.BgClassName
{
background-color: #FBF3ED;
}
</style>
border-color css
<style>
span { border-color: #FBF3ED; }
span { border-color: rgb(251,243,237); }
td.TdClassName
{
border-color: #FBF3ED;
}
.TagClassName
{
border-color: #FBF3ED;
}
</style>