Shades of Seashell #FCF3ED
Tints of Seashell #FCF3ED
RGB
CMYK
RGB Variations
Color information
#FCF3ED (or 0xFCF3ED) is known color: Seashell. HEX triplet: FC, F3 and ED. RGB value is (252,243,237). Sum of RGB (Red+Green+Blue) = 252+243+237=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 243 (95.31% from 255 or 33.20% from 732); Blue value is 237 (92.97% from 255 or 32.38% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3ED is #030C12. Grayscale: #F5F5F5. Windows color (decimal): -199699 or 15594492. OLE color: 15594492.
HSL color Cylindrical-coordinate representation of color #FCF3ED: hue angle of 24º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCF3ED is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 243 | 237 | - |
CMYK | 0 | 0.04 | 0.06 | 0.01 |
HSL | 24º | 0.71% | 0.96% | - |
HSV(B) | 24º | 0.06% | 0.99% | - |
XYZ | 87.48 | 90.91 | 93.06 | - |
YUV | 245.01 | 123.48 | 132.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 243 | 237 | 0 | 0.04 | 0.06 | 0.01 | 24 | 0.71 | 0.96 |
Hex | FC | F3 | ED | 0 | 4 | 6 | 1 | 18 | 47 | 60 |
Octal | 374 | 363 | 355 | 0 | 4 | 6 | 1 | 30 | 107 | 140 |
Binary | 11111100 | 11110011 | 11101101 | 0 | 100 | 110 | 1 | 11000 | 1000111 | 1100000 |
Color Harmonies of #FCF3ED
Complementary color
Monochromatic Colors of #FCF3ED
Black with #FCF3ED
Text Example
Text Example
White with #FCF3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3ED; }
p { color: rgb(252,243,237); }
H1.HeaderClassName
{
color: #FCF3ED;
}
.AnyTagClassName
{
color: #FCF3ED;
}
</style>
background-color css
<style>
a { background-color: #FCF3ED; }
a { background-color: rgb(252,243,237); }
div.DivClassName
{
background-color: #FCF3ED;
}
.BgClassName
{
background-color: #FCF3ED;
}
</style>
border-color css
<style>
span { border-color: #FCF3ED; }
span { border-color: rgb(252,243,237); }
td.TdClassName
{
border-color: #FCF3ED;
}
.TagClassName
{
border-color: #FCF3ED;
}
</style>