Shades of Seashell #FCF5F0
Tints of Seashell #FCF5F0
RGB
CMYK
RGB Variations
Color information
#FCF5F0 (or 0xFCF5F0) is known color: Seashell. HEX triplet: FC, F5 and F0. RGB value is (252,245,240). Sum of RGB (Red+Green+Blue) = 252+245+240=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 245 (96.09% from 255 or 33.24% from 737); Blue value is 240 (94.14% from 255 or 32.56% from 737); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5F0 is #030A0F. Grayscale: #F6F6F6. Windows color (decimal): -199184 or 15791612. OLE color: 15791612.
HSL color Cylindrical-coordinate representation of color #FCF5F0: hue angle of 25º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCF5F0 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 245 | 240 | - |
CMYK | 0 | 0.03 | 0.05 | 0.01 |
HSL | 25º | 0.67% | 0.96% | - |
HSV(B) | 25º | 0.05% | 0.99% | - |
XYZ | 88.53 | 92.29 | 95.59 | - |
YUV | 246.52 | 124.32 | 131.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 245 | 240 | 0 | 0.03 | 0.05 | 0.01 | 25 | 0.67 | 0.96 |
Hex | FC | F5 | F0 | 0 | 3 | 5 | 1 | 19 | 43 | 60 |
Octal | 374 | 365 | 360 | 0 | 3 | 5 | 1 | 31 | 103 | 140 |
Binary | 11111100 | 11110101 | 11110000 | 0 | 11 | 101 | 1 | 11001 | 1000011 | 1100000 |
Color Harmonies of #FCF5F0
Complementary color
Monochromatic Colors of #FCF5F0
Black with #FCF5F0
Text Example
Text Example
White with #FCF5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF5F0; }
p { color: rgb(252,245,240); }
H1.HeaderClassName
{
color: #FCF5F0;
}
.AnyTagClassName
{
color: #FCF5F0;
}
</style>
background-color css
<style>
a { background-color: #FCF5F0; }
a { background-color: rgb(252,245,240); }
div.DivClassName
{
background-color: #FCF5F0;
}
.BgClassName
{
background-color: #FCF5F0;
}
</style>
border-color css
<style>
span { border-color: #FCF5F0; }
span { border-color: rgb(252,245,240); }
td.TdClassName
{
border-color: #FCF5F0;
}
.TagClassName
{
border-color: #FCF5F0;
}
</style>