Shades of Seashell #FCF8F4
Tints of Seashell #FCF8F4
RGB
CMYK
RGB Variations
Color information
#FCF8F4 (or 0xFCF8F4) is known color: Seashell. HEX triplet: FC, F8 and F4. RGB value is (252,248,244). Sum of RGB (Red+Green+Blue) = 252+248+244=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 248 (97.27% from 255 or 33.33% from 744); Blue value is 244 (95.70% from 255 or 32.80% from 744); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8F4 is #03070B. Grayscale: #F8F8F8. Windows color (decimal): -198412 or 16054524. OLE color: 16054524.
HSL color Cylindrical-coordinate representation of color #FCF8F4: hue angle of 30º degrees, saturation: 0.57, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FCF8F4 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 248 | 244 | - |
CMYK | 0 | 0.02 | 0.03 | 0.01 |
HSL | 30º | 0.57% | 0.97% | - |
HSV(B) | 30º | 0.03% | 0.99% | - |
XYZ | 90.04 | 94.36 | 99.06 | - |
YUV | 248.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 248 | 244 | 0 | 0.02 | 0.03 | 0.01 | 30 | 0.57 | 0.97 |
Hex | FC | F8 | F4 | 0 | 2 | 3 | 1 | 1E | 39 | 61 |
Octal | 374 | 370 | 364 | 0 | 2 | 3 | 1 | 36 | 71 | 141 |
Binary | 11111100 | 11111000 | 11110100 | 0 | 10 | 11 | 1 | 11110 | 111001 | 1100001 |
Color Harmonies of #FCF8F4
Complementary color
Monochromatic Colors of #FCF8F4
Black with #FCF8F4
Text Example
Text Example
White with #FCF8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8F4; }
p { color: rgb(252,248,244); }
H1.HeaderClassName
{
color: #FCF8F4;
}
.AnyTagClassName
{
color: #FCF8F4;
}
</style>
background-color css
<style>
a { background-color: #FCF8F4; }
a { background-color: rgb(252,248,244); }
div.DivClassName
{
background-color: #FCF8F4;
}
.BgClassName
{
background-color: #FCF8F4;
}
</style>
border-color css
<style>
span { border-color: #FCF8F4; }
span { border-color: rgb(252,248,244); }
td.TdClassName
{
border-color: #FCF8F4;
}
.TagClassName
{
border-color: #FCF8F4;
}
</style>