Shades of Seashell #FDF3ED
Tints of Seashell #FDF3ED
RGB
CMYK
RGB Variations
Color information
#FDF3ED (or 0xFDF3ED) is known color: Seashell. HEX triplet: FD, F3 and ED. RGB value is (253,243,237). Sum of RGB (Red+Green+Blue) = 253+243+237=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 243 (95.31% from 255 or 33.15% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3ED is #020C12. Grayscale: #F5F5F5. Windows color (decimal): -134163 or 15594493. OLE color: 15594493.
HSL color Cylindrical-coordinate representation of color #FDF3ED: hue angle of 22.5º 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 #FDF3ED is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 243 | 237 | - |
CMYK | 0 | 0.04 | 0.06 | 0.01 |
HSL | 22.5º | 0.8% | 0.96% | - |
HSV(B) | 22.5º | 0.06% | 0.99% | - |
XYZ | 87.84 | 91.1 | 93.07 | - |
YUV | 245.31 | 123.31 | 133.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 243 | 237 | 0 | 0.04 | 0.06 | 0.01 | 22.5 | 0.8 | 0.96 |
Hex | FD | F3 | ED | 0 | 4 | 6 | 1 | 16 | 50 | 60 |
Octal | 375 | 363 | 355 | 0 | 4 | 6 | 1 | 26 | 120 | 140 |
Binary | 11111101 | 11110011 | 11101101 | 0 | 100 | 110 | 1 | 10110 | 1010000 | 1100000 |
Color Harmonies of #FDF3ED
Complementary color
Monochromatic Colors of #FDF3ED
Black with #FDF3ED
Text Example
Text Example
White with #FDF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3ED; }
p { color: rgb(253,243,237); }
H1.HeaderClassName
{
color: #FDF3ED;
}
.AnyTagClassName
{
color: #FDF3ED;
}
</style>
background-color css
<style>
a { background-color: #FDF3ED; }
a { background-color: rgb(253,243,237); }
div.DivClassName
{
background-color: #FDF3ED;
}
.BgClassName
{
background-color: #FDF3ED;
}
</style>
border-color css
<style>
span { border-color: #FDF3ED; }
span { border-color: rgb(253,243,237); }
td.TdClassName
{
border-color: #FDF3ED;
}
.TagClassName
{
border-color: #FDF3ED;
}
</style>