Shades of Seashell #FCF1E9
Tints of Seashell #FCF1E9
RGB
CMYK
RGB Variations
Color information
#FCF1E9 (or 0xFCF1E9) is known color: Seashell. HEX triplet: FC, F1 and E9. RGB value is (252,241,233). Sum of RGB (Red+Green+Blue) = 252+241+233=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 241 (94.53% from 255 or 33.20% from 726); Blue value is 233 (91.41% from 255 or 32.09% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1E9 is #030E16. Grayscale: #F3F3F3. Windows color (decimal): -200215 or 15331836. OLE color: 15331836.
HSL color Cylindrical-coordinate representation of color #FCF1E9: hue angle of 25.26º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCF1E9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 233 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.01 |
| HSL | 25.26º | 0.76% | 0.95% | - |
| HSV(B) | 25.26º | 0.08% | 0.99% | - |
| XYZ | 86.31 | 89.49 | 89.82 | - |
| YUV | 243.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 233 | 0 | 0.04 | 0.08 | 0.01 | 25.26 | 0.76 | 0.95 |
| Hex | FC | F1 | E9 | 0 | 4 | 8 | 1 | 19 | 4C | 5F |
| Octal | 374 | 361 | 351 | 0 | 4 | 10 | 1 | 31 | 114 | 137 |
| Binary | 11111100 | 11110001 | 11101001 | 0 | 100 | 1000 | 1 | 11001 | 1001100 | 1011111 |
Color Harmonies of #FCF1E9
Complementary color
Monochromatic Colors of #FCF1E9
Black with #FCF1E9
Text Example
Text Example
White with #FCF1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1E9; }
p { color: rgb(252,241,233); }
H1.HeaderClassName
{
color: #FCF1E9;
}
.AnyTagClassName
{
color: #FCF1E9;
}
</style>
background-color css
<style>
a { background-color: #FCF1E9; }
a { background-color: rgb(252,241,233); }
div.DivClassName
{
background-color: #FCF1E9;
}
.BgClassName
{
background-color: #FCF1E9;
}
</style>
border-color css
<style>
span { border-color: #FCF1E9; }
span { border-color: rgb(252,241,233); }
td.TdClassName
{
border-color: #FCF1E9;
}
.TagClassName
{
border-color: #FCF1E9;
}
</style>