Shades of Seashell #FDF9F7
Tints of Seashell #FDF9F7
RGB
CMYK
RGB Variations
Color information
#FDF9F7 (or 0xFDF9F7) is known color: Seashell. HEX triplet: FD, F9 and F7. RGB value is (253,249,247). Sum of RGB (Red+Green+Blue) = 253+249+247=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 249 (97.66% from 255 or 33.24% from 749); Blue value is 247 (96.88% from 255 or 32.98% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9F7 is #020608. Grayscale: #F9F9F9. Windows color (decimal): -132617 or 16251389. OLE color: 16251389.
HSL color Cylindrical-coordinate representation of color #FDF9F7: hue angle of 20º degrees, saturation: 0.6, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDF9F7 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 247 | - |
CMYK | 0 | 0.02 | 0.02 | 0.01 |
HSL | 20º | 0.6% | 0.98% | - |
HSV(B) | 20º | 0.02% | 0.99% | - |
XYZ | 91.17 | 95.35 | 101.59 | - |
YUV | 249.97 | 126.33 | 130.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 247 | 0 | 0.02 | 0.02 | 0.01 | 20 | 0.6 | 0.98 |
Hex | FD | F9 | F7 | 0 | 2 | 2 | 1 | 14 | 3C | 62 |
Octal | 375 | 371 | 367 | 0 | 2 | 2 | 1 | 24 | 74 | 142 |
Binary | 11111101 | 11111001 | 11110111 | 0 | 10 | 10 | 1 | 10100 | 111100 | 1100010 |
Color Harmonies of #FDF9F7
Complementary color
Monochromatic Colors of #FDF9F7
Black with #FDF9F7
Text Example
Text Example
White with #FDF9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9F7; }
p { color: rgb(253,249,247); }
H1.HeaderClassName
{
color: #FDF9F7;
}
.AnyTagClassName
{
color: #FDF9F7;
}
</style>
background-color css
<style>
a { background-color: #FDF9F7; }
a { background-color: rgb(253,249,247); }
div.DivClassName
{
background-color: #FDF9F7;
}
.BgClassName
{
background-color: #FDF9F7;
}
</style>
border-color css
<style>
span { border-color: #FDF9F7; }
span { border-color: rgb(253,249,247); }
td.TdClassName
{
border-color: #FDF9F7;
}
.TagClassName
{
border-color: #FDF9F7;
}
</style>