Shades of Seashell #FBF8F7
Tints of Seashell #FBF8F7
RGB
CMYK
RGB Variations
Color information
#FBF8F7 (or 0xFBF8F7) is known color: Seashell. HEX triplet: FB, F8 and F7. RGB value is (251,248,247). Sum of RGB (Red+Green+Blue) = 251+248+247=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 248 (97.27% from 255 or 33.24% from 746); Blue value is 247 (96.88% from 255 or 33.11% from 746); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF8F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF8F7 is #040708. Grayscale: #F8F8F8. Windows color (decimal): -263945 or 16251131. OLE color: 16251131.
HSL color Cylindrical-coordinate representation of color #FBF8F7: hue angle of 15º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FBF8F7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 248 | 247 | - |
CMYK | 0 | 0.01 | 0.02 | 0.02 |
HSL | 15º | 0.33% | 0.98% | - |
HSV(B) | 15º | 0.02% | 0.98% | - |
XYZ | 90.14 | 94.36 | 101.46 | - |
YUV | 248.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 248 | 247 | 0 | 0.01 | 0.02 | 0.02 | 15 | 0.33 | 0.98 |
Hex | FB | F8 | F7 | 0 | 1 | 2 | 2 | F | 21 | 62 |
Octal | 373 | 370 | 367 | 0 | 1 | 2 | 2 | 17 | 41 | 142 |
Binary | 11111011 | 11111000 | 11110111 | 0 | 1 | 10 | 10 | 1111 | 100001 | 1100010 |
Color Harmonies of #FBF8F7
Complementary color
Monochromatic Colors of #FBF8F7
Black with #FBF8F7
Text Example
Text Example
White with #FBF8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF8F7; }
p { color: rgb(251,248,247); }
H1.HeaderClassName
{
color: #FBF8F7;
}
.AnyTagClassName
{
color: #FBF8F7;
}
</style>
background-color css
<style>
a { background-color: #FBF8F7; }
a { background-color: rgb(251,248,247); }
div.DivClassName
{
background-color: #FBF8F7;
}
.BgClassName
{
background-color: #FBF8F7;
}
</style>
border-color css
<style>
span { border-color: #FBF8F7; }
span { border-color: rgb(251,248,247); }
td.TdClassName
{
border-color: #FBF8F7;
}
.TagClassName
{
border-color: #FBF8F7;
}
</style>