Shades of Seashell #FDF5ED
Tints of Seashell #FDF5ED
RGB
CMYK
RGB Variations
Color information
#FDF5ED (or 0xFDF5ED) is known color: Seashell. HEX triplet: FD, F5 and ED. RGB value is (253,245,237). Sum of RGB (Red+Green+Blue) = 253+245+237=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 245 (96.09% from 255 or 33.33% from 735); Blue value is 237 (92.97% from 255 or 32.24% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5ED is #020A12. Grayscale: #F6F6F6. Windows color (decimal): -133651 or 15595005. OLE color: 15595005.
HSL color Cylindrical-coordinate representation of color #FDF5ED: hue angle of 30º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDF5ED is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 237 | - |
CMYK | 0 | 0.03 | 0.06 | 0.01 |
HSL | 30º | 0.8% | 0.96% | - |
HSV(B) | 30º | 0.06% | 0.99% | - |
XYZ | 88.45 | 92.3 | 93.28 | - |
YUV | 246.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 237 | 0 | 0.03 | 0.06 | 0.01 | 30 | 0.8 | 0.96 |
Hex | FD | F5 | ED | 0 | 3 | 6 | 1 | 1E | 50 | 60 |
Octal | 375 | 365 | 355 | 0 | 3 | 6 | 1 | 36 | 120 | 140 |
Binary | 11111101 | 11110101 | 11101101 | 0 | 11 | 110 | 1 | 11110 | 1010000 | 1100000 |
Color Harmonies of #FDF5ED
Complementary color
Monochromatic Colors of #FDF5ED
Black with #FDF5ED
Text Example
Text Example
White with #FDF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5ED; }
p { color: rgb(253,245,237); }
H1.HeaderClassName
{
color: #FDF5ED;
}
.AnyTagClassName
{
color: #FDF5ED;
}
</style>
background-color css
<style>
a { background-color: #FDF5ED; }
a { background-color: rgb(253,245,237); }
div.DivClassName
{
background-color: #FDF5ED;
}
.BgClassName
{
background-color: #FDF5ED;
}
</style>
border-color css
<style>
span { border-color: #FDF5ED; }
span { border-color: rgb(253,245,237); }
td.TdClassName
{
border-color: #FDF5ED;
}
.TagClassName
{
border-color: #FDF5ED;
}
</style>