Shades of Seashell #F8F5F2
Tints of Seashell #F8F5F2
RGB
CMYK
RGB Variations
Color information
#F8F5F2 (or 0xF8F5F2) is known color: Seashell. HEX triplet: F8, F5 and F2. RGB value is (248,245,242). Sum of RGB (Red+Green+Blue) = 248+245+242=735 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.74% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 242 (94.92% from 255 or 32.93% from 735); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F5F2 is #070A0D. Grayscale: #F5F5F5. Windows color (decimal): -461326 or 15922680. OLE color: 15922680.
HSL color Cylindrical-coordinate representation of color #F8F5F2: hue angle of 30º degrees, saturation: 0.3, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F8F5F2 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 245 | 242 | - |
CMYK | 0 | 0.01 | 0.02 | 0.03 |
HSL | 30º | 0.3% | 0.96% | - |
HSV(B) | 30º | 0.02% | 0.97% | - |
XYZ | 87.39 | 91.67 | 97.09 | - |
YUV | 245.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 245 | 242 | 0 | 0.01 | 0.02 | 0.03 | 30 | 0.3 | 0.96 |
Hex | F8 | F5 | F2 | 0 | 1 | 2 | 3 | 1E | 1E | 60 |
Octal | 370 | 365 | 362 | 0 | 1 | 2 | 3 | 36 | 36 | 140 |
Binary | 11111000 | 11110101 | 11110010 | 0 | 1 | 10 | 11 | 11110 | 11110 | 1100000 |
Color Harmonies of #F8F5F2
Complementary color
Monochromatic Colors of #F8F5F2
Black with #F8F5F2
Text Example
Text Example
White with #F8F5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F5F2; }
p { color: rgb(248,245,242); }
H1.HeaderClassName
{
color: #F8F5F2;
}
.AnyTagClassName
{
color: #F8F5F2;
}
</style>
background-color css
<style>
a { background-color: #F8F5F2; }
a { background-color: rgb(248,245,242); }
div.DivClassName
{
background-color: #F8F5F2;
}
.BgClassName
{
background-color: #F8F5F2;
}
</style>
border-color css
<style>
span { border-color: #F8F5F2; }
span { border-color: rgb(248,245,242); }
td.TdClassName
{
border-color: #F8F5F2;
}
.TagClassName
{
border-color: #F8F5F2;
}
</style>