Shades of Seashell #FCF9F7
Tints of Seashell #FCF9F7
RGB
CMYK
RGB Variations
Color information
#FCF9F7 (or 0xFCF9F7) is known color: Seashell. HEX triplet: FC, F9 and F7. RGB value is (252,249,247). Sum of RGB (Red+Green+Blue) = 252+249+247=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 249 (97.66% from 255 or 33.29% from 748); Blue value is 247 (96.88% from 255 or 33.02% from 748); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF9F7 is #030608. Grayscale: #F9F9F9. Windows color (decimal): -198153 or 16251388. OLE color: 16251388.
HSL color Cylindrical-coordinate representation of color #FCF9F7: hue angle of 24º degrees, saturation: 0.45, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCF9F7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 249 | 247 | - |
CMYK | 0 | 0.01 | 0.02 | 0.01 |
HSL | 24º | 0.45% | 0.98% | - |
HSV(B) | 24º | 0.02% | 0.99% | - |
XYZ | 90.81 | 95.16 | 101.58 | - |
YUV | 249.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 249 | 247 | 0 | 0.01 | 0.02 | 0.01 | 24 | 0.45 | 0.98 |
Hex | FC | F9 | F7 | 0 | 1 | 2 | 1 | 18 | 2D | 62 |
Octal | 374 | 371 | 367 | 0 | 1 | 2 | 1 | 30 | 55 | 142 |
Binary | 11111100 | 11111001 | 11110111 | 0 | 1 | 10 | 1 | 11000 | 101101 | 1100010 |
Color Harmonies of #FCF9F7
Complementary color
Monochromatic Colors of #FCF9F7
Black with #FCF9F7
Text Example
Text Example
White with #FCF9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9F7; }
p { color: rgb(252,249,247); }
H1.HeaderClassName
{
color: #FCF9F7;
}
.AnyTagClassName
{
color: #FCF9F7;
}
</style>
background-color css
<style>
a { background-color: #FCF9F7; }
a { background-color: rgb(252,249,247); }
div.DivClassName
{
background-color: #FCF9F7;
}
.BgClassName
{
background-color: #FCF9F7;
}
</style>
border-color css
<style>
span { border-color: #FCF9F7; }
span { border-color: rgb(252,249,247); }
td.TdClassName
{
border-color: #FCF9F7;
}
.TagClassName
{
border-color: #FCF9F7;
}
</style>