Shades of Seashell #FDF8F4
Tints of Seashell #FDF8F4
RGB
CMYK
RGB Variations
Color information
#FDF8F4 (or 0xFDF8F4) is known color: Seashell. HEX triplet: FD, F8 and F4. RGB value is (253,248,244). Sum of RGB (Red+Green+Blue) = 253+248+244=745 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.96% from 745); Green value is 248 (97.27% from 255 or 33.29% from 745); Blue value is 244 (95.70% from 255 or 32.75% from 745); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8F4 is #02070B. Grayscale: #F9F9F9. Windows color (decimal): -132876 or 16054525. OLE color: 16054525.
HSL color Cylindrical-coordinate representation of color #FDF8F4: hue angle of 26.67º degrees, saturation: 0.69, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDF8F4 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 244 | - |
CMYK | 0 | 0.02 | 0.04 | 0.01 |
HSL | 26.67º | 0.69% | 0.97% | - |
HSV(B) | 26.67º | 0.04% | 0.99% | - |
XYZ | 90.4 | 94.55 | 99.07 | - |
YUV | 249.04 | 125.16 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 244 | 0 | 0.02 | 0.04 | 0.01 | 26.67 | 0.69 | 0.97 |
Hex | FD | F8 | F4 | 0 | 2 | 4 | 1 | 1B | 45 | 61 |
Octal | 375 | 370 | 364 | 0 | 2 | 4 | 1 | 33 | 105 | 141 |
Binary | 11111101 | 11111000 | 11110100 | 0 | 10 | 100 | 1 | 11011 | 1000101 | 1100001 |
Color Harmonies of #FDF8F4
Complementary color
Monochromatic Colors of #FDF8F4
Black with #FDF8F4
Text Example
Text Example
White with #FDF8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8F4; }
p { color: rgb(253,248,244); }
H1.HeaderClassName
{
color: #FDF8F4;
}
.AnyTagClassName
{
color: #FDF8F4;
}
</style>
background-color css
<style>
a { background-color: #FDF8F4; }
a { background-color: rgb(253,248,244); }
div.DivClassName
{
background-color: #FDF8F4;
}
.BgClassName
{
background-color: #FDF8F4;
}
</style>
border-color css
<style>
span { border-color: #FDF8F4; }
span { border-color: rgb(253,248,244); }
td.TdClassName
{
border-color: #FDF8F4;
}
.TagClassName
{
border-color: #FDF8F4;
}
</style>