Shades of Seashell #FDFCFB
Tints of Seashell #FDFCFB
RGB
CMYK
RGB Variations
Color information
#FDFCFB (or 0xFDFCFB) is known color: Seashell. HEX triplet: FD, FC and FB. RGB value is (253,252,251). Sum of RGB (Red+Green+Blue) = 253+252+251=756 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.47% from 756); Green value is 252 (98.83% from 255 or 33.33% from 756); Blue value is 251 (98.44% from 255 or 33.20% from 756); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCFB is #020304. Grayscale: #FCFCFC. Windows color (decimal): -131845 or 16514301. OLE color: 16514301.
HSL color Cylindrical-coordinate representation of color #FDFCFB: hue angle of 30º degrees, saturation: 0.33, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FDFCFB is Cyan = 0, Magento = 0.00, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 251 | - |
CMYK | 0 | 0.00 | 0.01 | 0.01 |
HSL | 30º | 0.33% | 0.99% | - |
HSV(B) | 30º | 0.01% | 0.99% | - |
XYZ | 92.73 | 97.47 | 105.19 | - |
YUV | 252.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 251 | 0 | 0.00 | 0.01 | 0.01 | 30 | 0.33 | 0.99 |
Hex | FD | FC | FB | 0 | 0 | 1 | 1 | 1E | 21 | 63 |
Octal | 375 | 374 | 373 | 0 | 0 | 1 | 1 | 36 | 41 | 143 |
Binary | 11111101 | 11111100 | 11111011 | 0 | 0 | 1 | 1 | 11110 | 100001 | 1100011 |
Color Harmonies of #FDFCFB
Complementary color
Monochromatic Colors of #FDFCFB
Black with #FDFCFB
Text Example
Text Example
White with #FDFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCFB; }
p { color: rgb(253,252,251); }
H1.HeaderClassName
{
color: #FDFCFB;
}
.AnyTagClassName
{
color: #FDFCFB;
}
</style>
background-color css
<style>
a { background-color: #FDFCFB; }
a { background-color: rgb(253,252,251); }
div.DivClassName
{
background-color: #FDFCFB;
}
.BgClassName
{
background-color: #FDFCFB;
}
</style>
border-color css
<style>
span { border-color: #FDFCFB; }
span { border-color: rgb(253,252,251); }
td.TdClassName
{
border-color: #FDFCFB;
}
.TagClassName
{
border-color: #FDFCFB;
}
</style>