Shades of Seashell #FCF6F0
Tints of Seashell #FCF6F0
RGB
CMYK
RGB Variations
Color information
#FCF6F0 (or 0xFCF6F0) is known color: Seashell. HEX triplet: FC, F6 and F0. RGB value is (252,246,240). Sum of RGB (Red+Green+Blue) = 252+246+240=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 246 (96.48% from 255 or 33.33% from 738); Blue value is 240 (94.14% from 255 or 32.52% from 738); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF6F0 is #03090F. Grayscale: #F7F7F7. Windows color (decimal): -198928 or 15791868. OLE color: 15791868.
HSL color Cylindrical-coordinate representation of color #FCF6F0: hue angle of 30º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCF6F0 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 246 | 240 | - |
CMYK | 0 | 0.02 | 0.05 | 0.01 |
HSL | 30º | 0.67% | 0.96% | - |
HSV(B) | 30º | 0.05% | 0.99% | - |
XYZ | 88.83 | 92.9 | 95.69 | - |
YUV | 247.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 246 | 240 | 0 | 0.02 | 0.05 | 0.01 | 30 | 0.67 | 0.96 |
Hex | FC | F6 | F0 | 0 | 2 | 5 | 1 | 1E | 43 | 60 |
Octal | 374 | 366 | 360 | 0 | 2 | 5 | 1 | 36 | 103 | 140 |
Binary | 11111100 | 11110110 | 11110000 | 0 | 10 | 101 | 1 | 11110 | 1000011 | 1100000 |
Color Harmonies of #FCF6F0
Complementary color
Monochromatic Colors of #FCF6F0
Black with #FCF6F0
Text Example
Text Example
White with #FCF6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6F0; }
p { color: rgb(252,246,240); }
H1.HeaderClassName
{
color: #FCF6F0;
}
.AnyTagClassName
{
color: #FCF6F0;
}
</style>
background-color css
<style>
a { background-color: #FCF6F0; }
a { background-color: rgb(252,246,240); }
div.DivClassName
{
background-color: #FCF6F0;
}
.BgClassName
{
background-color: #FCF6F0;
}
</style>
border-color css
<style>
span { border-color: #FCF6F0; }
span { border-color: rgb(252,246,240); }
td.TdClassName
{
border-color: #FCF6F0;
}
.TagClassName
{
border-color: #FCF6F0;
}
</style>