Shades of Seashell #FDF2EC
Tints of Seashell #FDF2EC
RGB
CMYK
RGB Variations
Color information
#FDF2EC (or 0xFDF2EC) is known color: Seashell. HEX triplet: FD, F2 and EC. RGB value is (253,242,236). Sum of RGB (Red+Green+Blue) = 253+242+236=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 236 (92.58% from 255 or 32.28% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF2EC is #020D13. Grayscale: #F4F4F4. Windows color (decimal): -134420 or 15528701. OLE color: 15528701.
HSL color Cylindrical-coordinate representation of color #FDF2EC: hue angle of 21.18º 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 #FDF2EC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 242 | 236 | - |
CMYK | 0 | 0.04 | 0.07 | 0.01 |
HSL | 21.18º | 0.81% | 0.96% | - |
HSV(B) | 21.18º | 0.07% | 0.99% | - |
XYZ | 87.4 | 90.44 | 92.21 | - |
YUV | 244.61 | 123.14 | 133.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 242 | 236 | 0 | 0.04 | 0.07 | 0.01 | 21.18 | 0.81 | 0.96 |
Hex | FD | F2 | EC | 0 | 4 | 7 | 1 | 15 | 51 | 60 |
Octal | 375 | 362 | 354 | 0 | 4 | 7 | 1 | 25 | 121 | 140 |
Binary | 11111101 | 11110010 | 11101100 | 0 | 100 | 111 | 1 | 10101 | 1010001 | 1100000 |
Color Harmonies of #FDF2EC
Complementary color
Monochromatic Colors of #FDF2EC
Black with #FDF2EC
Text Example
Text Example
White with #FDF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF2EC; }
p { color: rgb(253,242,236); }
H1.HeaderClassName
{
color: #FDF2EC;
}
.AnyTagClassName
{
color: #FDF2EC;
}
</style>
background-color css
<style>
a { background-color: #FDF2EC; }
a { background-color: rgb(253,242,236); }
div.DivClassName
{
background-color: #FDF2EC;
}
.BgClassName
{
background-color: #FDF2EC;
}
</style>
border-color css
<style>
span { border-color: #FDF2EC; }
span { border-color: rgb(253,242,236); }
td.TdClassName
{
border-color: #FDF2EC;
}
.TagClassName
{
border-color: #FDF2EC;
}
</style>