Shades of Seashell #FBF5F2
Tints of Seashell #FBF5F2
RGB
CMYK
RGB Variations
Color information
#FBF5F2 (or 0xFBF5F2) is known color: Seashell. HEX triplet: FB, F5 and F2. RGB value is (251,245,242). Sum of RGB (Red+Green+Blue) = 251+245+242=738 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.01% from 738); Green value is 245 (96.09% from 255 or 33.20% from 738); Blue value is 242 (94.92% from 255 or 32.79% from 738); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5F2 is #040A0D. Grayscale: #F6F6F6. Windows color (decimal): -264718 or 15922683. OLE color: 15922683.
HSL color Cylindrical-coordinate representation of color #FBF5F2: hue angle of 20º 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 #FBF5F2 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 245 | 242 | - |
CMYK | 0 | 0.02 | 0.04 | 0.02 |
HSL | 20º | 0.53% | 0.97% | - |
HSV(B) | 20º | 0.04% | 0.98% | - |
XYZ | 88.46 | 92.22 | 97.14 | - |
YUV | 246.45 | 125.49 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 245 | 242 | 0 | 0.02 | 0.04 | 0.02 | 20 | 0.53 | 0.97 |
Hex | FB | F5 | F2 | 0 | 2 | 4 | 2 | 14 | 35 | 61 |
Octal | 373 | 365 | 362 | 0 | 2 | 4 | 2 | 24 | 65 | 141 |
Binary | 11111011 | 11110101 | 11110010 | 0 | 10 | 100 | 10 | 10100 | 110101 | 1100001 |
Color Harmonies of #FBF5F2
Complementary color
Monochromatic Colors of #FBF5F2
Black with #FBF5F2
Text Example
Text Example
White with #FBF5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF5F2; }
p { color: rgb(251,245,242); }
H1.HeaderClassName
{
color: #FBF5F2;
}
.AnyTagClassName
{
color: #FBF5F2;
}
</style>
background-color css
<style>
a { background-color: #FBF5F2; }
a { background-color: rgb(251,245,242); }
div.DivClassName
{
background-color: #FBF5F2;
}
.BgClassName
{
background-color: #FBF5F2;
}
</style>
border-color css
<style>
span { border-color: #FBF5F2; }
span { border-color: rgb(251,245,242); }
td.TdClassName
{
border-color: #FBF5F2;
}
.TagClassName
{
border-color: #FBF5F2;
}
</style>