Shades of Seashell #FAF5F0
Tints of Seashell #FAF5F0
RGB
CMYK
RGB Variations
Color information
#FAF5F0 (or 0xFAF5F0) is known color: Seashell. HEX triplet: FA, F5 and F0. RGB value is (250,245,240). Sum of RGB (Red+Green+Blue) = 250+245+240=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 240 (94.14% from 255 or 32.65% from 735); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5F0 is #050A0F. Grayscale: #F5F5F5. Windows color (decimal): -330256 or 15791610. OLE color: 15791610.
HSL color Cylindrical-coordinate representation of color #FAF5F0: hue angle of 30º degrees, saturation: 0.5, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAF5F0 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 240 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.02 |
| HSL | 30º | 0.5% | 0.96% | - |
| HSV(B) | 30º | 0.04% | 0.98% | - |
| XYZ | 87.8 | 91.92 | 95.55 | - |
| YUV | 245.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 240 | 0 | 0.02 | 0.04 | 0.02 | 30 | 0.5 | 0.96 |
| Hex | FA | F5 | F0 | 0 | 2 | 4 | 2 | 1E | 32 | 60 |
| Octal | 372 | 365 | 360 | 0 | 2 | 4 | 2 | 36 | 62 | 140 |
| Binary | 11111010 | 11110101 | 11110000 | 0 | 10 | 100 | 10 | 11110 | 110010 | 1100000 |
Color Harmonies of #FAF5F0
Complementary color
Monochromatic Colors of #FAF5F0
Black with #FAF5F0
Text Example
Text Example
White with #FAF5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5F0; }
p { color: rgb(250,245,240); }
H1.HeaderClassName
{
color: #FAF5F0;
}
.AnyTagClassName
{
color: #FAF5F0;
}
</style>
background-color css
<style>
a { background-color: #FAF5F0; }
a { background-color: rgb(250,245,240); }
div.DivClassName
{
background-color: #FAF5F0;
}
.BgClassName
{
background-color: #FAF5F0;
}
</style>
border-color css
<style>
span { border-color: #FAF5F0; }
span { border-color: rgb(250,245,240); }
td.TdClassName
{
border-color: #FAF5F0;
}
.TagClassName
{
border-color: #FAF5F0;
}
</style>