Shades of Seashell #FCF2EA
Tints of Seashell #FCF2EA
RGB
CMYK
RGB Variations
Color information
#FCF2EA (or 0xFCF2EA) is known color: Seashell. HEX triplet: FC, F2 and EA. RGB value is (252,242,234). Sum of RGB (Red+Green+Blue) = 252+242+234=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2EA is #030D15. Grayscale: #F4F4F4. Windows color (decimal): -199958 or 15397628. OLE color: 15397628.
HSL color Cylindrical-coordinate representation of color #FCF2EA: hue angle of 26.67º 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 #FCF2EA is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 234 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.01 |
| HSL | 26.67º | 0.75% | 0.95% | - |
| HSV(B) | 26.67º | 0.07% | 0.99% | - |
| XYZ | 86.75 | 90.14 | 90.67 | - |
| YUV | 244.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 234 | 0 | 0.04 | 0.07 | 0.01 | 26.67 | 0.75 | 0.95 |
| Hex | FC | F2 | EA | 0 | 4 | 7 | 1 | 1B | 4B | 5F |
| Octal | 374 | 362 | 352 | 0 | 4 | 7 | 1 | 33 | 113 | 137 |
| Binary | 11111100 | 11110010 | 11101010 | 0 | 100 | 111 | 1 | 11011 | 1001011 | 1011111 |
Color Harmonies of #FCF2EA
Complementary color
Monochromatic Colors of #FCF2EA
Black with #FCF2EA
Text Example
Text Example
White with #FCF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2EA; }
p { color: rgb(252,242,234); }
H1.HeaderClassName
{
color: #FCF2EA;
}
.AnyTagClassName
{
color: #FCF2EA;
}
</style>
background-color css
<style>
a { background-color: #FCF2EA; }
a { background-color: rgb(252,242,234); }
div.DivClassName
{
background-color: #FCF2EA;
}
.BgClassName
{
background-color: #FCF2EA;
}
</style>
border-color css
<style>
span { border-color: #FCF2EA; }
span { border-color: rgb(252,242,234); }
td.TdClassName
{
border-color: #FCF2EA;
}
.TagClassName
{
border-color: #FCF2EA;
}
</style>