Shades of Seashell #FFFDFC
Tints of Seashell #FFFDFC
RGB
CMYK
RGB Variations
Color information
#FFFDFC (or 0xFFFDFC) is known color: Seashell. HEX triplet: FF, FD and FC. RGB value is (255,253,252). Sum of RGB (Red+Green+Blue) = 255+253+252=760 (100% of max value = 765). Red value is 255 (100% from 255 or 33.55% from 760); Green value is 253 (99.22% from 255 or 33.29% from 760); Blue value is 252 (98.83% from 255 or 33.16% from 760); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDFC is #000203. Grayscale: #FDFDFD. Windows color (decimal): -516 or 16580095. OLE color: 16580095.
HSL color Cylindrical-coordinate representation of color #FFFDFC: hue angle of 20º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FFFDFC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 252 | - |
CMYK | 0 | 0.01 | 0.01 | 0 |
HSL | 20º | 1% | 0.99% | - |
HSV(B) | 20º | 0.01% | 1% | - |
XYZ | 93.94 | 98.54 | 106.16 | - |
YUV | 253.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 252 | 0 | 0.01 | 0.01 | 0 | 20 | 1 | 0.99 |
Hex | FF | FD | FC | 0 | 1 | 1 | 0 | 14 | 64 | 63 |
Octal | 377 | 375 | 374 | 0 | 1 | 1 | 0 | 24 | 144 | 143 |
Binary | 11111111 | 11111101 | 11111100 | 0 | 1 | 1 | 0 | 10100 | 1100100 | 1100011 |
Color Harmonies of #FFFDFC
Complementary color
Monochromatic Colors of #FFFDFC
Black with #FFFDFC
Text Example
Text Example
White with #FFFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDFC; }
p { color: rgb(255,253,252); }
H1.HeaderClassName
{
color: #FFFDFC;
}
.AnyTagClassName
{
color: #FFFDFC;
}
</style>
background-color css
<style>
a { background-color: #FFFDFC; }
a { background-color: rgb(255,253,252); }
div.DivClassName
{
background-color: #FFFDFC;
}
.BgClassName
{
background-color: #FFFDFC;
}
</style>
border-color css
<style>
span { border-color: #FFFDFC; }
span { border-color: rgb(255,253,252); }
td.TdClassName
{
border-color: #FFFDFC;
}
.TagClassName
{
border-color: #FFFDFC;
}
</style>