Shades of Seashell #FFFCFB
Tints of Seashell #FFFCFB
RGB
CMYK
RGB Variations
Color information
#FFFCFB (or 0xFFFCFB) is known color: Seashell. HEX triplet: FF, FC and FB. RGB value is (255,252,251). Sum of RGB (Red+Green+Blue) = 255+252+251=758 (100% of max value = 765). Red value is 255 (100% from 255 or 33.64% from 758); Green value is 252 (98.83% from 255 or 33.25% from 758); Blue value is 251 (98.44% from 255 or 33.11% from 758); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCFB is #000304. Grayscale: #FCFCFC. Windows color (decimal): -773 or 16514303. OLE color: 16514303.
HSL color Cylindrical-coordinate representation of color #FFFCFB: hue angle of 15º 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 #FFFCFB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 251 | - |
| CMYK | 0 | 0.01 | 0.02 | 0 |
| HSL | 15º | 1% | 0.99% | - |
| HSV(B) | 15º | 0.02% | 1% | - |
| XYZ | 93.46 | 97.85 | 105.23 | - |
| YUV | 252.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 251 | 0 | 0.01 | 0.02 | 0 | 15 | 1 | 0.99 |
| Hex | FF | FC | FB | 0 | 1 | 2 | 0 | F | 64 | 63 |
| Octal | 377 | 374 | 373 | 0 | 1 | 2 | 0 | 17 | 144 | 143 |
| Binary | 11111111 | 11111100 | 11111011 | 0 | 1 | 10 | 0 | 1111 | 1100100 | 1100011 |
Color Harmonies of #FFFCFB
Complementary color
Monochromatic Colors of #FFFCFB
Black with #FFFCFB
Text Example
Text Example
White with #FFFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCFB; }
p { color: rgb(255,252,251); }
H1.HeaderClassName
{
color: #FFFCFB;
}
.AnyTagClassName
{
color: #FFFCFB;
}
</style>
background-color css
<style>
a { background-color: #FFFCFB; }
a { background-color: rgb(255,252,251); }
div.DivClassName
{
background-color: #FFFCFB;
}
.BgClassName
{
background-color: #FFFCFB;
}
</style>
border-color css
<style>
span { border-color: #FFFCFB; }
span { border-color: rgb(255,252,251); }
td.TdClassName
{
border-color: #FFFCFB;
}
.TagClassName
{
border-color: #FFFCFB;
}
</style>