Shades of Seashell #FBF6F2
Tints of Seashell #FBF6F2
RGB
CMYK
RGB Variations
Color information
#FBF6F2 (or 0xFBF6F2) is known color: Seashell. HEX triplet: FB, F6 and F2. RGB value is (251,246,242). Sum of RGB (Red+Green+Blue) = 251+246+242=739 (97% of max value = 765). Red value is 251 (98.44% from 255 or 33.96% from 739); Green value is 246 (96.48% from 255 or 33.29% from 739); Blue value is 242 (94.92% from 255 or 32.75% from 739); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6F2 is #04090D. Grayscale: #F7F7F7. Windows color (decimal): -264462 or 15922939. OLE color: 15922939.
HSL color Cylindrical-coordinate representation of color #FBF6F2: hue angle of 26.67º degrees, saturation: 0.53, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FBF6F2 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 246 | 242 | - |
CMYK | 0 | 0.02 | 0.04 | 0.02 |
HSL | 26.67º | 0.53% | 0.97% | - |
HSV(B) | 26.67º | 0.04% | 0.98% | - |
XYZ | 88.77 | 92.83 | 97.24 | - |
YUV | 247.04 | 125.16 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 246 | 242 | 0 | 0.02 | 0.04 | 0.02 | 26.67 | 0.53 | 0.97 |
Hex | FB | F6 | F2 | 0 | 2 | 4 | 2 | 1B | 35 | 61 |
Octal | 373 | 366 | 362 | 0 | 2 | 4 | 2 | 33 | 65 | 141 |
Binary | 11111011 | 11110110 | 11110010 | 0 | 10 | 100 | 10 | 11011 | 110101 | 1100001 |
Color Harmonies of #FBF6F2
Complementary color
Monochromatic Colors of #FBF6F2
Black with #FBF6F2
Text Example
Text Example
White with #FBF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF6F2; }
p { color: rgb(251,246,242); }
H1.HeaderClassName
{
color: #FBF6F2;
}
.AnyTagClassName
{
color: #FBF6F2;
}
</style>
background-color css
<style>
a { background-color: #FBF6F2; }
a { background-color: rgb(251,246,242); }
div.DivClassName
{
background-color: #FBF6F2;
}
.BgClassName
{
background-color: #FBF6F2;
}
</style>
border-color css
<style>
span { border-color: #FBF6F2; }
span { border-color: rgb(251,246,242); }
td.TdClassName
{
border-color: #FBF6F2;
}
.TagClassName
{
border-color: #FBF6F2;
}
</style>