#FCF8F5

Color #FCF8F5 Seashell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seashell #FCF8F5

Tints of Seashell #FCF8F5

Color information

#FCF8F5 (or 0xFCF8F5) is unknown color: approx Seashell. HEX triplet: FC, F8 and F5. RGB value is (252,248,245). Sum of RGB (Red+Green+Blue) = 252+248+245=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 248 (97.27% from 255 or 33.29% from 745); Blue value is 245 (96.09% from 255 or 32.89% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF8F5 is #03070A. Grayscale: #F8F8F8. Windows color (decimal): -198411 or 16120060. OLE color: 16120060.

HSL color Cylindrical-coordinate representation of color #FCF8F5: hue angle of 25.71º degrees, saturation: 0.54, 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 #FCF8F5 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252248245-
CMYK00.020.030.01
HSL25.71º53.85%97.45%-
HSV(B)25.71º2.78%98.82%-
XYZ90.1994.4299.86-
YUV248.85125.83130.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 33.83%
GREEN value IS 248 (97.27% from 255) = 33.29%
BLUE value IS 245 (96.09% from 255) = 32.89%
R=33.83%
G=33.29%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224824500.020.030.0125.7153.8597.45
HexFCF8F502311a3661
Octal37437036502313266141
Binary111111001111100011110101010111110101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF8F5; }

 p { color: rgb(252,248,245); }

 H1.HeaderClassName
 {
   color: #FCF8F5;
 }
 .AnyTagClassName
 {
   color: #FCF8F5;
 }
</style>
background-color css

<style>
 a { background-color: #FCF8F5; }

 a { background-color: rgb(252,248,245); }

 div.DivClassName
 {
   background-color: #FCF8F5;
 }
 .BgClassName
 {
   background-color: #FCF8F5;
 }
</style>
border-color css

<style>
 span { border-color: #FCF8F5; }

 span { border-color: rgb(252,248,245); }

 td.TdClassName
 {
   border-color: #FCF8F5;
 }
 .TagClassName
 {
   border-color: #FCF8F5;
 }
</style>