#FCF5F0

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

Shades of Seashell #FCF5F0

Tints of Seashell #FCF5F0

Color information

#FCF5F0 (or 0xFCF5F0) is unknown color: approx 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

RGB252245240-
CMYK00.030.050.01
HSL25º66.67%96.47%-
HSV(B)25º4.76%98.82%-
XYZ88.5392.2995.59-
YUV246.52124.32131.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.19%
GREEN value IS 245 (96.09% from 255) = 33.24%
BLUE value IS 240 (94.14% from 255) = 32.56%
R=34.19%
G=33.24%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224524000.030.050.012566.6796.47
HexFCF5F00351194360
Octal374365360035131103140
Binary11111100111101011111000001110111100110000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>