Shades of Seashell #FFFDFB
Tints of Seashell #FFFDFB
RGB
CMYK
RGB Variations
Color information
#FFFDFB (or 0xFFFDFB) is known color: Seashell. HEX triplet: FF, FD and FB. RGB value is (255,253,251). Sum of RGB (Red+Green+Blue) = 255+253+251=759 (100% of max value = 765). Red value is 255 (100% from 255 or 33.60% from 759); Green value is 253 (99.22% from 255 or 33.33% from 759); Blue value is 251 (98.44% from 255 or 33.07% from 759); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDFB is #000204. Grayscale: #FDFDFD. Windows color (decimal): -517 or 16514559. OLE color: 16514559.
HSL color Cylindrical-coordinate representation of color #FFFDFB: hue angle of 30º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FFFDFB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 251 | - |
CMYK | 0 | 0.01 | 0.02 | 0 |
HSL | 30º | 1% | 0.99% | - |
HSV(B) | 30º | 0.02% | 1% | - |
XYZ | 93.78 | 98.48 | 105.33 | - |
YUV | 253.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 251 | 0 | 0.01 | 0.02 | 0 | 30 | 1 | 0.99 |
Hex | FF | FD | FB | 0 | 1 | 2 | 0 | 1E | 64 | 63 |
Octal | 377 | 375 | 373 | 0 | 1 | 2 | 0 | 36 | 144 | 143 |
Binary | 11111111 | 11111101 | 11111011 | 0 | 1 | 10 | 0 | 11110 | 1100100 | 1100011 |
Color Harmonies of #FFFDFB
Complementary color
Monochromatic Colors of #FFFDFB
Black with #FFFDFB
Text Example
Text Example
White with #FFFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDFB; }
p { color: rgb(255,253,251); }
H1.HeaderClassName
{
color: #FFFDFB;
}
.AnyTagClassName
{
color: #FFFDFB;
}
</style>
background-color css
<style>
a { background-color: #FFFDFB; }
a { background-color: rgb(255,253,251); }
div.DivClassName
{
background-color: #FFFDFB;
}
.BgClassName
{
background-color: #FFFDFB;
}
</style>
border-color css
<style>
span { border-color: #FFFDFB; }
span { border-color: rgb(255,253,251); }
td.TdClassName
{
border-color: #FFFDFB;
}
.TagClassName
{
border-color: #FFFDFB;
}
</style>