Shades of Seashell #FDF5EF
Tints of Seashell #FDF5EF
RGB
CMYK
RGB Variations
Color information
#FDF5EF (or 0xFDF5EF) is known color: Seashell. HEX triplet: FD, F5 and EF. RGB value is (253,245,239). Sum of RGB (Red+Green+Blue) = 253+245+239=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 245 (96.09% from 255 or 33.24% from 737); Blue value is 239 (93.75% from 255 or 32.43% from 737); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5EF is #020A10. Grayscale: #F6F6F6. Windows color (decimal): -133649 or 15726077. OLE color: 15726077.
HSL color Cylindrical-coordinate representation of color #FDF5EF: hue angle of 25.71º degrees, saturation: 0.78, 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 #FDF5EF is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 239 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.01 |
| HSL | 25.71º | 0.78% | 0.96% | - |
| HSV(B) | 25.71º | 0.06% | 0.99% | - |
| XYZ | 88.74 | 92.42 | 94.82 | - |
| YUV | 246.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 239 | 0 | 0.03 | 0.06 | 0.01 | 25.71 | 0.78 | 0.96 |
| Hex | FD | F5 | EF | 0 | 3 | 6 | 1 | 1A | 4E | 60 |
| Octal | 375 | 365 | 357 | 0 | 3 | 6 | 1 | 32 | 116 | 140 |
| Binary | 11111101 | 11110101 | 11101111 | 0 | 11 | 110 | 1 | 11010 | 1001110 | 1100000 |
Color Harmonies of #FDF5EF
Complementary color
Monochromatic Colors of #FDF5EF
Black with #FDF5EF
Text Example
Text Example
White with #FDF5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5EF; }
p { color: rgb(253,245,239); }
H1.HeaderClassName
{
color: #FDF5EF;
}
.AnyTagClassName
{
color: #FDF5EF;
}
</style>
background-color css
<style>
a { background-color: #FDF5EF; }
a { background-color: rgb(253,245,239); }
div.DivClassName
{
background-color: #FDF5EF;
}
.BgClassName
{
background-color: #FDF5EF;
}
</style>
border-color css
<style>
span { border-color: #FDF5EF; }
span { border-color: rgb(253,245,239); }
td.TdClassName
{
border-color: #FDF5EF;
}
.TagClassName
{
border-color: #FDF5EF;
}
</style>