Shades of Seashell #FDF5F2
Tints of Seashell #FDF5F2
RGB
CMYK
RGB Variations
Color information
#FDF5F2 (or 0xFDF5F2) is known color: Seashell. HEX triplet: FD, F5 and F2. RGB value is (253,245,242). Sum of RGB (Red+Green+Blue) = 253+245+242=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 245 (96.09% from 255 or 33.11% from 740); Blue value is 242 (94.92% from 255 or 32.70% from 740); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5F2 is #020A0D. Grayscale: #F7F7F7. Windows color (decimal): -133646 or 15922685. OLE color: 15922685.
HSL color Cylindrical-coordinate representation of color #FDF5F2: hue angle of 16.36º 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 #FDF5F2 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 242 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.01 |
| HSL | 16.36º | 0.73% | 0.97% | - |
| HSV(B) | 16.36º | 0.04% | 0.99% | - |
| XYZ | 89.19 | 92.6 | 97.18 | - |
| YUV | 247.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 242 | 0 | 0.03 | 0.04 | 0.01 | 16.36 | 0.73 | 0.97 |
| Hex | FD | F5 | F2 | 0 | 3 | 4 | 1 | 10 | 49 | 61 |
| Octal | 375 | 365 | 362 | 0 | 3 | 4 | 1 | 20 | 111 | 141 |
| Binary | 11111101 | 11110101 | 11110010 | 0 | 11 | 100 | 1 | 10000 | 1001001 | 1100001 |
Color Harmonies of #FDF5F2
Complementary color
Monochromatic Colors of #FDF5F2
Black with #FDF5F2
Text Example
Text Example
White with #FDF5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5F2; }
p { color: rgb(253,245,242); }
H1.HeaderClassName
{
color: #FDF5F2;
}
.AnyTagClassName
{
color: #FDF5F2;
}
</style>
background-color css
<style>
a { background-color: #FDF5F2; }
a { background-color: rgb(253,245,242); }
div.DivClassName
{
background-color: #FDF5F2;
}
.BgClassName
{
background-color: #FDF5F2;
}
</style>
border-color css
<style>
span { border-color: #FDF5F2; }
span { border-color: rgb(253,245,242); }
td.TdClassName
{
border-color: #FDF5F2;
}
.TagClassName
{
border-color: #FDF5F2;
}
</style>