Shades of Seashell #FDF4EE
Tints of Seashell #FDF4EE
RGB
CMYK
RGB Variations
Color information
#FDF4EE (or 0xFDF4EE) is known color: Seashell. HEX triplet: FD, F4 and EE. RGB value is (253,244,238). Sum of RGB (Red+Green+Blue) = 253+244+238=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 244 (95.70% from 255 or 33.20% from 735); Blue value is 238 (93.36% from 255 or 32.38% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4EE is #020B11. Grayscale: #F6F6F6. Windows color (decimal): -133906 or 15660285. OLE color: 15660285.
HSL color Cylindrical-coordinate representation of color #FDF4EE: hue angle of 24º 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 #FDF4EE is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 238 | - |
CMYK | 0 | 0.04 | 0.06 | 0.01 |
HSL | 24º | 0.79% | 0.96% | - |
HSV(B) | 24º | 0.06% | 0.99% | - |
XYZ | 88.29 | 91.76 | 93.95 | - |
YUV | 246.01 | 123.48 | 132.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 238 | 0 | 0.04 | 0.06 | 0.01 | 24 | 0.79 | 0.96 |
Hex | FD | F4 | EE | 0 | 4 | 6 | 1 | 18 | 4F | 60 |
Octal | 375 | 364 | 356 | 0 | 4 | 6 | 1 | 30 | 117 | 140 |
Binary | 11111101 | 11110100 | 11101110 | 0 | 100 | 110 | 1 | 11000 | 1001111 | 1100000 |
Color Harmonies of #FDF4EE
Complementary color
Monochromatic Colors of #FDF4EE
Black with #FDF4EE
Text Example
Text Example
White with #FDF4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4EE; }
p { color: rgb(253,244,238); }
H1.HeaderClassName
{
color: #FDF4EE;
}
.AnyTagClassName
{
color: #FDF4EE;
}
</style>
background-color css
<style>
a { background-color: #FDF4EE; }
a { background-color: rgb(253,244,238); }
div.DivClassName
{
background-color: #FDF4EE;
}
.BgClassName
{
background-color: #FDF4EE;
}
</style>
border-color css
<style>
span { border-color: #FDF4EE; }
span { border-color: rgb(253,244,238); }
td.TdClassName
{
border-color: #FDF4EE;
}
.TagClassName
{
border-color: #FDF4EE;
}
</style>