Shades of Seashell #FDF8F5
Tints of Seashell #FDF8F5
RGB
CMYK
RGB Variations
Color information
#FDF8F5 (or 0xFDF8F5) is known color: Seashell. HEX triplet: FD, F8 and F5. RGB value is (253,248,245). Sum of RGB (Red+Green+Blue) = 253+248+245=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 248 (97.27% from 255 or 33.24% from 746); Blue value is 245 (96.09% from 255 or 32.84% from 746); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8F5 is #02070A. Grayscale: #F9F9F9. Windows color (decimal): -132875 or 16120061. OLE color: 16120061.
HSL color Cylindrical-coordinate representation of color #FDF8F5: hue angle of 22.5º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDF8F5 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 245 | - |
CMYK | 0 | 0.02 | 0.03 | 0.01 |
HSL | 22.5º | 0.67% | 0.98% | - |
HSV(B) | 22.5º | 0.03% | 0.99% | - |
XYZ | 90.56 | 94.61 | 99.87 | - |
YUV | 249.15 | 125.66 | 130.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 245 | 0 | 0.02 | 0.03 | 0.01 | 22.5 | 0.67 | 0.98 |
Hex | FD | F8 | F5 | 0 | 2 | 3 | 1 | 16 | 43 | 62 |
Octal | 375 | 370 | 365 | 0 | 2 | 3 | 1 | 26 | 103 | 142 |
Binary | 11111101 | 11111000 | 11110101 | 0 | 10 | 11 | 1 | 10110 | 1000011 | 1100010 |
Color Harmonies of #FDF8F5
Complementary color
Monochromatic Colors of #FDF8F5
Black with #FDF8F5
Text Example
Text Example
White with #FDF8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8F5; }
p { color: rgb(253,248,245); }
H1.HeaderClassName
{
color: #FDF8F5;
}
.AnyTagClassName
{
color: #FDF8F5;
}
</style>
background-color css
<style>
a { background-color: #FDF8F5; }
a { background-color: rgb(253,248,245); }
div.DivClassName
{
background-color: #FDF8F5;
}
.BgClassName
{
background-color: #FDF8F5;
}
</style>
border-color css
<style>
span { border-color: #FDF8F5; }
span { border-color: rgb(253,248,245); }
td.TdClassName
{
border-color: #FDF8F5;
}
.TagClassName
{
border-color: #FDF8F5;
}
</style>