Shades of Seashell #FDF3EE
Tints of Seashell #FDF3EE
RGB
CMYK
RGB Variations
Color information
#FDF3EE (or 0xFDF3EE) is known color: Seashell. HEX triplet: FD, F3 and EE. RGB value is (253,243,238). Sum of RGB (Red+Green+Blue) = 253+243+238=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 243 (95.31% from 255 or 33.11% from 734); Blue value is 238 (93.36% from 255 or 32.43% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3EE is #020C11. Grayscale: #F5F5F5. Windows color (decimal): -134162 or 15660029. OLE color: 15660029.
HSL color Cylindrical-coordinate representation of color #FDF3EE: hue angle of 20º 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 #FDF3EE is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 243 | 238 | - |
CMYK | 0 | 0.04 | 0.06 | 0.01 |
HSL | 20º | 0.79% | 0.96% | - |
HSV(B) | 20º | 0.06% | 0.99% | - |
XYZ | 87.99 | 91.16 | 93.85 | - |
YUV | 245.42 | 123.81 | 133.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 243 | 238 | 0 | 0.04 | 0.06 | 0.01 | 20 | 0.79 | 0.96 |
Hex | FD | F3 | EE | 0 | 4 | 6 | 1 | 14 | 4F | 60 |
Octal | 375 | 363 | 356 | 0 | 4 | 6 | 1 | 24 | 117 | 140 |
Binary | 11111101 | 11110011 | 11101110 | 0 | 100 | 110 | 1 | 10100 | 1001111 | 1100000 |
Color Harmonies of #FDF3EE
Complementary color
Monochromatic Colors of #FDF3EE
Black with #FDF3EE
Text Example
Text Example
White with #FDF3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3EE; }
p { color: rgb(253,243,238); }
H1.HeaderClassName
{
color: #FDF3EE;
}
.AnyTagClassName
{
color: #FDF3EE;
}
</style>
background-color css
<style>
a { background-color: #FDF3EE; }
a { background-color: rgb(253,243,238); }
div.DivClassName
{
background-color: #FDF3EE;
}
.BgClassName
{
background-color: #FDF3EE;
}
</style>
border-color css
<style>
span { border-color: #FDF3EE; }
span { border-color: rgb(253,243,238); }
td.TdClassName
{
border-color: #FDF3EE;
}
.TagClassName
{
border-color: #FDF3EE;
}
</style>