Shades of Seashell #FAF8F7
Tints of Seashell #FAF8F7
RGB
CMYK
RGB Variations
Color information
#FAF8F7 (or 0xFAF8F7) is known color: Seashell. HEX triplet: FA, F8 and F7. RGB value is (250,248,247). Sum of RGB (Red+Green+Blue) = 250+248+247=745 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.56% from 745); Green value is 248 (97.27% from 255 or 33.29% from 745); Blue value is 247 (96.88% from 255 or 33.15% from 745); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF8F7 is #050708. Grayscale: #F8F8F8. Windows color (decimal): -329481 or 16251130. OLE color: 16251130.
HSL color Cylindrical-coordinate representation of color #FAF8F7: hue angle of 20º degrees, saturation: 0.23, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAF8F7 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 248 | 247 | - |
CMYK | 0 | 0.01 | 0.01 | 0.02 |
HSL | 20º | 0.23% | 0.97% | - |
HSV(B) | 20º | 0.01% | 0.98% | - |
XYZ | 89.78 | 94.17 | 101.44 | - |
YUV | 248.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 248 | 247 | 0 | 0.01 | 0.01 | 0.02 | 20 | 0.23 | 0.97 |
Hex | FA | F8 | F7 | 0 | 1 | 1 | 2 | 14 | 17 | 61 |
Octal | 372 | 370 | 367 | 0 | 1 | 1 | 2 | 24 | 27 | 141 |
Binary | 11111010 | 11111000 | 11110111 | 0 | 1 | 1 | 10 | 10100 | 10111 | 1100001 |
Color Harmonies of #FAF8F7
Complementary color
Monochromatic Colors of #FAF8F7
Black with #FAF8F7
Text Example
Text Example
White with #FAF8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF8F7; }
p { color: rgb(250,248,247); }
H1.HeaderClassName
{
color: #FAF8F7;
}
.AnyTagClassName
{
color: #FAF8F7;
}
</style>
background-color css
<style>
a { background-color: #FAF8F7; }
a { background-color: rgb(250,248,247); }
div.DivClassName
{
background-color: #FAF8F7;
}
.BgClassName
{
background-color: #FAF8F7;
}
</style>
border-color css
<style>
span { border-color: #FAF8F7; }
span { border-color: rgb(250,248,247); }
td.TdClassName
{
border-color: #FAF8F7;
}
.TagClassName
{
border-color: #FAF8F7;
}
</style>