Shades of Seashell #F8F4F2
Tints of Seashell #F8F4F2
RGB
CMYK
RGB Variations
Color information
#F8F4F2 (or 0xF8F4F2) is known color: Seashell. HEX triplet: F8, F4 and F2. RGB value is (248,244,242). Sum of RGB (Red+Green+Blue) = 248+244+242=734 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.79% from 734); Green value is 244 (95.70% from 255 or 33.24% from 734); Blue value is 242 (94.92% from 255 or 32.97% from 734); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F4F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F4F2 is #070B0D. Grayscale: #F4F4F4. Windows color (decimal): -461582 or 15922424. OLE color: 15922424.
HSL color Cylindrical-coordinate representation of color #F8F4F2: hue angle of 20º 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 #F8F4F2 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 244 | 242 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.03 |
| HSL | 20º | 0.3% | 0.96% | - |
| HSV(B) | 20º | 0.02% | 0.97% | - |
| XYZ | 87.09 | 91.07 | 96.99 | - |
| YUV | 244.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 244 | 242 | 0 | 0.02 | 0.02 | 0.03 | 20 | 0.3 | 0.96 |
| Hex | F8 | F4 | F2 | 0 | 2 | 2 | 3 | 14 | 1E | 60 |
| Octal | 370 | 364 | 362 | 0 | 2 | 2 | 3 | 24 | 36 | 140 |
| Binary | 11111000 | 11110100 | 11110010 | 0 | 10 | 10 | 11 | 10100 | 11110 | 1100000 |
Color Harmonies of #F8F4F2
Complementary color
Monochromatic Colors of #F8F4F2
Black with #F8F4F2
Text Example
Text Example
White with #F8F4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F4F2; }
p { color: rgb(248,244,242); }
H1.HeaderClassName
{
color: #F8F4F2;
}
.AnyTagClassName
{
color: #F8F4F2;
}
</style>
background-color css
<style>
a { background-color: #F8F4F2; }
a { background-color: rgb(248,244,242); }
div.DivClassName
{
background-color: #F8F4F2;
}
.BgClassName
{
background-color: #F8F4F2;
}
</style>
border-color css
<style>
span { border-color: #F8F4F2; }
span { border-color: rgb(248,244,242); }
td.TdClassName
{
border-color: #F8F4F2;
}
.TagClassName
{
border-color: #F8F4F2;
}
</style>