#FCF3ED

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

Shades of Seashell #FCF3ED

Tints of Seashell #FCF3ED

Color information

#FCF3ED (or 0xFCF3ED) is unknown color: approx Seashell. HEX triplet: FC, F3 and ED. RGB value is (252,243,237). Sum of RGB (Red+Green+Blue) = 252+243+237=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 243 (95.31% from 255 or 33.20% from 732); Blue value is 237 (92.97% from 255 or 32.38% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3ED is #030C12. Grayscale: #F5F5F5. Windows color (decimal): -199699 or 15594492. OLE color: 15594492.

HSL color Cylindrical-coordinate representation of color #FCF3ED: hue angle of 24º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCF3ED is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252243237-
CMYK00.040.060.01
HSL24º71.43%95.88%-
HSV(B)24º5.95%98.82%-
XYZ87.4890.9193.06-
YUV245.01123.48132.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 243 (95.31% from 255) = 33.20%
BLUE value IS 237 (92.97% from 255) = 32.38%
R=34.43%
G=33.20%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224323700.040.060.012471.4395.88
HexFCF3ED0461184760
Octal374363355046130107140
Binary111111001111001111101101010011011100010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3ED; }

 p { color: rgb(252,243,237); }

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

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

 a { background-color: rgb(252,243,237); }

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

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

 span { border-color: rgb(252,243,237); }

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