Shades of Seashell #FDF3EC
Tints of Seashell #FDF3EC
RGB
CMYK
RGB Variations
Color information
#FDF3EC (or 0xFDF3EC) is known color: Seashell. HEX triplet: FD, F3 and EC. RGB value is (253,243,236). Sum of RGB (Red+Green+Blue) = 253+243+236=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 243 (95.31% from 255 or 33.20% from 732); Blue value is 236 (92.58% from 255 or 32.24% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3EC is #020C13. Grayscale: #F5F5F5. Windows color (decimal): -134164 or 15528957. OLE color: 15528957.
HSL color Cylindrical-coordinate representation of color #FDF3EC: hue angle of 24.71º 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 #FDF3EC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 243 | 236 | - |
CMYK | 0 | 0.04 | 0.07 | 0.01 |
HSL | 24.71º | 0.81% | 0.96% | - |
HSV(B) | 24.71º | 0.07% | 0.99% | - |
XYZ | 87.7 | 91.04 | 92.31 | - |
YUV | 245.19 | 122.81 | 133.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 243 | 236 | 0 | 0.04 | 0.07 | 0.01 | 24.71 | 0.81 | 0.96 |
Hex | FD | F3 | EC | 0 | 4 | 7 | 1 | 19 | 51 | 60 |
Octal | 375 | 363 | 354 | 0 | 4 | 7 | 1 | 31 | 121 | 140 |
Binary | 11111101 | 11110011 | 11101100 | 0 | 100 | 111 | 1 | 11001 | 1010001 | 1100000 |
Color Harmonies of #FDF3EC
Complementary color
Monochromatic Colors of #FDF3EC
Black with #FDF3EC
Text Example
Text Example
White with #FDF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3EC; }
p { color: rgb(253,243,236); }
H1.HeaderClassName
{
color: #FDF3EC;
}
.AnyTagClassName
{
color: #FDF3EC;
}
</style>
background-color css
<style>
a { background-color: #FDF3EC; }
a { background-color: rgb(253,243,236); }
div.DivClassName
{
background-color: #FDF3EC;
}
.BgClassName
{
background-color: #FDF3EC;
}
</style>
border-color css
<style>
span { border-color: #FDF3EC; }
span { border-color: rgb(253,243,236); }
td.TdClassName
{
border-color: #FDF3EC;
}
.TagClassName
{
border-color: #FDF3EC;
}
</style>