Shades of Seashell #FDF5EE
Tints of Seashell #FDF5EE
RGB
CMYK
RGB Variations
Color information
#FDF5EE (or 0xFDF5EE) is known color: Seashell. HEX triplet: FD, F5 and EE. RGB value is (253,245,238). Sum of RGB (Red+Green+Blue) = 253+245+238=736 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.38% from 736); Green value is 245 (96.09% from 255 or 33.29% from 736); Blue value is 238 (93.36% from 255 or 32.34% from 736); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5EE is #020A11. Grayscale: #F6F6F6. Windows color (decimal): -133650 or 15660541. OLE color: 15660541.
HSL color Cylindrical-coordinate representation of color #FDF5EE: hue angle of 28º degrees, saturation: 0.79, 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 #FDF5EE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 245 | 238 | - |
CMYK | 0 | 0.03 | 0.06 | 0.01 |
HSL | 28º | 0.79% | 0.96% | - |
HSV(B) | 28º | 0.06% | 0.99% | - |
XYZ | 88.59 | 92.36 | 94.05 | - |
YUV | 246.59 | 123.15 | 132.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 245 | 238 | 0 | 0.03 | 0.06 | 0.01 | 28 | 0.79 | 0.96 |
Hex | FD | F5 | EE | 0 | 3 | 6 | 1 | 1C | 4F | 60 |
Octal | 375 | 365 | 356 | 0 | 3 | 6 | 1 | 34 | 117 | 140 |
Binary | 11111101 | 11110101 | 11101110 | 0 | 11 | 110 | 1 | 11100 | 1001111 | 1100000 |
Color Harmonies of #FDF5EE
Complementary color
Monochromatic Colors of #FDF5EE
Black with #FDF5EE
Text Example
Text Example
White with #FDF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5EE; }
p { color: rgb(253,245,238); }
H1.HeaderClassName
{
color: #FDF5EE;
}
.AnyTagClassName
{
color: #FDF5EE;
}
</style>
background-color css
<style>
a { background-color: #FDF5EE; }
a { background-color: rgb(253,245,238); }
div.DivClassName
{
background-color: #FDF5EE;
}
.BgClassName
{
background-color: #FDF5EE;
}
</style>
border-color css
<style>
span { border-color: #FDF5EE; }
span { border-color: rgb(253,245,238); }
td.TdClassName
{
border-color: #FDF5EE;
}
.TagClassName
{
border-color: #FDF5EE;
}
</style>