Shades of Seashell #FCFAF8
Tints of Seashell #FCFAF8
RGB
CMYK
RGB Variations
Color information
#FCFAF8 (or 0xFCFAF8) is known color: Seashell. HEX triplet: FC, FA and F8. RGB value is (252,250,248). Sum of RGB (Red+Green+Blue) = 252+250+248=750 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.6% from 750); Green value is 250 (98.05% from 255 or 33.33% from 750); Blue value is 248 (97.27% from 255 or 33.07% from 750); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAF8 is #030507. Grayscale: #FAFAFA. Windows color (decimal): -197896 or 16317180. OLE color: 16317180.
HSL color Cylindrical-coordinate representation of color #FCFAF8: hue angle of 30º degrees, saturation: 0.4, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCFAF8 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 248 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.01 |
| HSL | 30º | 0.4% | 0.98% | - |
| HSV(B) | 30º | 0.02% | 0.99% | - |
| XYZ | 91.27 | 95.84 | 102.5 | - |
| YUV | 250.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 248 | 0 | 0.01 | 0.02 | 0.01 | 30 | 0.4 | 0.98 |
| Hex | FC | FA | F8 | 0 | 1 | 2 | 1 | 1E | 28 | 62 |
| Octal | 374 | 372 | 370 | 0 | 1 | 2 | 1 | 36 | 50 | 142 |
| Binary | 11111100 | 11111010 | 11111000 | 0 | 1 | 10 | 1 | 11110 | 101000 | 1100010 |
Color Harmonies of #FCFAF8
Complementary color
Monochromatic Colors of #FCFAF8
Black with #FCFAF8
Text Example
Text Example
White with #FCFAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAF8; }
p { color: rgb(252,250,248); }
H1.HeaderClassName
{
color: #FCFAF8;
}
.AnyTagClassName
{
color: #FCFAF8;
}
</style>
background-color css
<style>
a { background-color: #FCFAF8; }
a { background-color: rgb(252,250,248); }
div.DivClassName
{
background-color: #FCFAF8;
}
.BgClassName
{
background-color: #FCFAF8;
}
</style>
border-color css
<style>
span { border-color: #FCFAF8; }
span { border-color: rgb(252,250,248); }
td.TdClassName
{
border-color: #FCFAF8;
}
.TagClassName
{
border-color: #FCFAF8;
}
</style>