Shades of Seashell #FFFAF5
Tints of Seashell #FFFAF5
RGB
CMYK
RGB Variations
Color information
#FFFAF5 (or 0xFFFAF5) is known color: Seashell. HEX triplet: FF, FA and F5. RGB value is (255,250,245). Sum of RGB (Red+Green+Blue) = 255+250+245=750 (99% of max value = 765). Red value is 255 (100% from 255 or 34% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFAF5 is #00050A. Grayscale: #FAFAFA. Windows color (decimal): -1291 or 16120575. OLE color: 16120575.
HSL color Cylindrical-coordinate representation of color #FFFAF5: hue angle of 30º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFFAF5 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 245 | - |
| CMYK | 0 | 0.02 | 0.04 | 0 |
| HSL | 30º | 1% | 0.98% | - |
| HSV(B) | 30º | 0.04% | 1% | - |
| XYZ | 91.91 | 96.22 | 100.12 | - |
| YUV | 250.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 245 | 0 | 0.02 | 0.04 | 0 | 30 | 1 | 0.98 |
| Hex | FF | FA | F5 | 0 | 2 | 4 | 0 | 1E | 64 | 62 |
| Octal | 377 | 372 | 365 | 0 | 2 | 4 | 0 | 36 | 144 | 142 |
| Binary | 11111111 | 11111010 | 11110101 | 0 | 10 | 100 | 0 | 11110 | 1100100 | 1100010 |
Color Harmonies of #FFFAF5
Complementary color
Monochromatic Colors of #FFFAF5
Black with #FFFAF5
Text Example
Text Example
White with #FFFAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAF5; }
p { color: rgb(255,250,245); }
H1.HeaderClassName
{
color: #FFFAF5;
}
.AnyTagClassName
{
color: #FFFAF5;
}
</style>
background-color css
<style>
a { background-color: #FFFAF5; }
a { background-color: rgb(255,250,245); }
div.DivClassName
{
background-color: #FFFAF5;
}
.BgClassName
{
background-color: #FFFAF5;
}
</style>
border-color css
<style>
span { border-color: #FFFAF5; }
span { border-color: rgb(255,250,245); }
td.TdClassName
{
border-color: #FFFAF5;
}
.TagClassName
{
border-color: #FFFAF5;
}
</style>