Shades of Seashell #FDF6F2
Tints of Seashell #FDF6F2
RGB
CMYK
RGB Variations
Color information
#FDF6F2 (or 0xFDF6F2) is known color: Seashell. HEX triplet: FD, F6 and F2. RGB value is (253,246,242). Sum of RGB (Red+Green+Blue) = 253+246+242=741 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.14% from 741); Green value is 246 (96.48% from 255 or 33.20% from 741); Blue value is 242 (94.92% from 255 or 32.66% from 741); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6F2 is #02090D. Grayscale: #F7F7F7. Windows color (decimal): -133390 or 15922941. OLE color: 15922941.
HSL color Cylindrical-coordinate representation of color #FDF6F2: hue angle of 21.82º degrees, saturation: 0.73, 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 #FDF6F2 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 242 | - |
CMYK | 0 | 0.03 | 0.04 | 0.01 |
HSL | 21.82º | 0.73% | 0.97% | - |
HSV(B) | 21.82º | 0.04% | 0.99% | - |
XYZ | 89.49 | 93.2 | 97.28 | - |
YUV | 247.64 | 124.82 | 131.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 242 | 0 | 0.03 | 0.04 | 0.01 | 21.82 | 0.73 | 0.97 |
Hex | FD | F6 | F2 | 0 | 3 | 4 | 1 | 16 | 49 | 61 |
Octal | 375 | 366 | 362 | 0 | 3 | 4 | 1 | 26 | 111 | 141 |
Binary | 11111101 | 11110110 | 11110010 | 0 | 11 | 100 | 1 | 10110 | 1001001 | 1100001 |
Color Harmonies of #FDF6F2
Complementary color
Monochromatic Colors of #FDF6F2
Black with #FDF6F2
Text Example
Text Example
White with #FDF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6F2; }
p { color: rgb(253,246,242); }
H1.HeaderClassName
{
color: #FDF6F2;
}
.AnyTagClassName
{
color: #FDF6F2;
}
</style>
background-color css
<style>
a { background-color: #FDF6F2; }
a { background-color: rgb(253,246,242); }
div.DivClassName
{
background-color: #FDF6F2;
}
.BgClassName
{
background-color: #FDF6F2;
}
</style>
border-color css
<style>
span { border-color: #FDF6F2; }
span { border-color: rgb(253,246,242); }
td.TdClassName
{
border-color: #FDF6F2;
}
.TagClassName
{
border-color: #FDF6F2;
}
</style>