Shades of Seashell #FDF4EC
Tints of Seashell #FDF4EC
RGB
CMYK
RGB Variations
Color information
#FDF4EC (or 0xFDF4EC) is known color: Seashell. HEX triplet: FD, F4 and EC. RGB value is (253,244,236). Sum of RGB (Red+Green+Blue) = 253+244+236=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 244 (95.70% from 255 or 33.29% from 733); Blue value is 236 (92.58% from 255 or 32.20% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4EC is #020B13. Grayscale: #F5F5F5. Windows color (decimal): -133908 or 15529213. OLE color: 15529213.
HSL color Cylindrical-coordinate representation of color #FDF4EC: hue angle of 28.24º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDF4EC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 236 | - |
CMYK | 0 | 0.04 | 0.07 | 0.01 |
HSL | 28.24º | 0.81% | 0.96% | - |
HSV(B) | 28.24º | 0.07% | 0.99% | - |
XYZ | 88 | 91.64 | 92.41 | - |
YUV | 245.78 | 122.48 | 133.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 236 | 0 | 0.04 | 0.07 | 0.01 | 28.24 | 0.81 | 0.96 |
Hex | FD | F4 | EC | 0 | 4 | 7 | 1 | 1C | 51 | 60 |
Octal | 375 | 364 | 354 | 0 | 4 | 7 | 1 | 34 | 121 | 140 |
Binary | 11111101 | 11110100 | 11101100 | 0 | 100 | 111 | 1 | 11100 | 1010001 | 1100000 |
Color Harmonies of #FDF4EC
Complementary color
Monochromatic Colors of #FDF4EC
Black with #FDF4EC
Text Example
Text Example
White with #FDF4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4EC; }
p { color: rgb(253,244,236); }
H1.HeaderClassName
{
color: #FDF4EC;
}
.AnyTagClassName
{
color: #FDF4EC;
}
</style>
background-color css
<style>
a { background-color: #FDF4EC; }
a { background-color: rgb(253,244,236); }
div.DivClassName
{
background-color: #FDF4EC;
}
.BgClassName
{
background-color: #FDF4EC;
}
</style>
border-color css
<style>
span { border-color: #FDF4EC; }
span { border-color: rgb(253,244,236); }
td.TdClassName
{
border-color: #FDF4EC;
}
.TagClassName
{
border-color: #FDF4EC;
}
</style>