Shades of Seashell #FCF1EA
Tints of Seashell #FCF1EA
RGB
CMYK
RGB Variations
Color information
#FCF1EA (or 0xFCF1EA) is known color: Seashell. HEX triplet: FC, F1 and EA. RGB value is (252,241,234). Sum of RGB (Red+Green+Blue) = 252+241+234=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 241 (94.53% from 255 or 33.15% from 727); Blue value is 234 (91.80% from 255 or 32.19% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1EA is #030E15. Grayscale: #F3F3F3. Windows color (decimal): -200214 or 15397372. OLE color: 15397372.
HSL color Cylindrical-coordinate representation of color #FCF1EA: hue angle of 23.33º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCF1EA is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 234 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.01 |
| HSL | 23.33º | 0.75% | 0.95% | - |
| HSV(B) | 23.33º | 0.07% | 0.99% | - |
| XYZ | 86.45 | 89.55 | 90.57 | - |
| YUV | 243.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 234 | 0 | 0.04 | 0.07 | 0.01 | 23.33 | 0.75 | 0.95 |
| Hex | FC | F1 | EA | 0 | 4 | 7 | 1 | 17 | 4B | 5F |
| Octal | 374 | 361 | 352 | 0 | 4 | 7 | 1 | 27 | 113 | 137 |
| Binary | 11111100 | 11110001 | 11101010 | 0 | 100 | 111 | 1 | 10111 | 1001011 | 1011111 |
Color Harmonies of #FCF1EA
Complementary color
Monochromatic Colors of #FCF1EA
Black with #FCF1EA
Text Example
Text Example
White with #FCF1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1EA; }
p { color: rgb(252,241,234); }
H1.HeaderClassName
{
color: #FCF1EA;
}
.AnyTagClassName
{
color: #FCF1EA;
}
</style>
background-color css
<style>
a { background-color: #FCF1EA; }
a { background-color: rgb(252,241,234); }
div.DivClassName
{
background-color: #FCF1EA;
}
.BgClassName
{
background-color: #FCF1EA;
}
</style>
border-color css
<style>
span { border-color: #FCF1EA; }
span { border-color: rgb(252,241,234); }
td.TdClassName
{
border-color: #FCF1EA;
}
.TagClassName
{
border-color: #FCF1EA;
}
</style>