Shades of Seashell #FDF6F3
Tints of Seashell #FDF6F3
RGB
CMYK
RGB Variations
Color information
#FDF6F3 (or 0xFDF6F3) is known color: Seashell. HEX triplet: FD, F6 and F3. RGB value is (253,246,243). Sum of RGB (Red+Green+Blue) = 253+246+243=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 246 (96.48% from 255 or 33.15% from 742); Blue value is 243 (95.31% from 255 or 32.75% from 742); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6F3 is #02090C. Grayscale: #F7F7F7. Windows color (decimal): -133389 or 15988477. OLE color: 15988477.
HSL color Cylindrical-coordinate representation of color #FDF6F3: hue angle of 18º degrees, saturation: 0.71, 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 #FDF6F3 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 243 | - |
CMYK | 0 | 0.03 | 0.04 | 0.01 |
HSL | 18º | 0.71% | 0.97% | - |
HSV(B) | 18º | 0.04% | 0.99% | - |
XYZ | 89.64 | 93.27 | 98.07 | - |
YUV | 247.75 | 125.32 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 243 | 0 | 0.03 | 0.04 | 0.01 | 18 | 0.71 | 0.97 |
Hex | FD | F6 | F3 | 0 | 3 | 4 | 1 | 12 | 47 | 61 |
Octal | 375 | 366 | 363 | 0 | 3 | 4 | 1 | 22 | 107 | 141 |
Binary | 11111101 | 11110110 | 11110011 | 0 | 11 | 100 | 1 | 10010 | 1000111 | 1100001 |
Color Harmonies of #FDF6F3
Complementary color
Monochromatic Colors of #FDF6F3
Black with #FDF6F3
Text Example
Text Example
White with #FDF6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6F3; }
p { color: rgb(253,246,243); }
H1.HeaderClassName
{
color: #FDF6F3;
}
.AnyTagClassName
{
color: #FDF6F3;
}
</style>
background-color css
<style>
a { background-color: #FDF6F3; }
a { background-color: rgb(253,246,243); }
div.DivClassName
{
background-color: #FDF6F3;
}
.BgClassName
{
background-color: #FDF6F3;
}
</style>
border-color css
<style>
span { border-color: #FDF6F3; }
span { border-color: rgb(253,246,243); }
td.TdClassName
{
border-color: #FDF6F3;
}
.TagClassName
{
border-color: #FDF6F3;
}
</style>